Skip to content
Snippets Groups Projects
Commit 276dc03f authored by Jan David Mol's avatar Jan David Mol
Browse files

Added initial copy from operations-central-management/grafana-central/dashboards/Station

parent abe4f992
No related branches found
No related tags found
No related merge requests found
apsct.json 0 → 100644
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": {
"type": "datasource",
"uid": "grafana"
},
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
"target": {
"limit": 100,
"matchAny": false,
"tags": [],
"type": "dashboard"
},
"type": "dashboard"
}
]
},
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 3,
"iteration": 1654782224769,
"links": [
{
"asDropdown": true,
"icon": "external link",
"includeVars": true,
"keepTime": true,
"tags": [
"station"
],
"targetBlank": false,
"title": "Dashboards",
"tooltip": "",
"type": "dashboards",
"url": ""
}
],
"liveNow": true,
"panels": [
{
"collapsed": false,
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 0
},
"id": 17,
"panels": [],
"title": "Main",
"type": "row"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"description": "State of the software controller.",
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [
{
"options": {
"0": {
"color": "green",
"index": 0,
"text": "ON"
},
"1": {
"color": "red",
"index": 1,
"text": "OFF"
},
"7": {
"color": "blue",
"index": 3,
"text": "STANDBY"
},
"8": {
"color": "red",
"index": 4,
"text": "FAULT"
},
"9": {
"color": "blue",
"index": 2,
"text": "INIT"
},
"11": {
"color": "orange",
"index": 5,
"text": "ALARM"
}
},
"type": "value"
}
],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 5,
"w": 3,
"x": 0,
"y": 1
},
"id": 12,
"options": {
"colorMode": "background",
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"textMode": "auto"
},
"pluginVersion": "8.5.3",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": true,
"expr": "device_attribute{host=\"$station\",device=\"stat/apsct/1\",name=\"State\"}",
"interval": "",
"legendFormat": "",
"refId": "A"
}
],
"title": "LCU Device",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"description": "Status string of the software controller.",
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 5,
"w": 4,
"x": 3,
"y": 1
},
"id": 13,
"options": {
"colorMode": "none",
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "/^str_value$/",
"values": false
},
"text": {
"valueSize": 20
},
"textMode": "auto"
},
"pluginVersion": "8.5.3",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": false,
"expr": "device_attribute{host=\"$station\",device=\"stat/apsct/1\",name=\"Status\"}",
"instant": true,
"interval": "",
"legendFormat": "",
"refId": "A"
}
],
"title": "LCU Device State",
"transformations": [
{
"id": "labelsToFields",
"options": {
"keepLabels": [
"str_value"
]
}
}
],
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"description": "The amount of time required to read all archiving points.",
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "s"
},
"overrides": []
},
"gridPos": {
"h": 5,
"w": 4,
"x": 7,
"y": 1
},
"id": 14,
"options": {
"legend": {
"calcs": [],
"displayMode": "hidden",
"placement": "bottom"
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "8.4.5",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": true,
"expr": "max_over_time(device_scraping{host=\"$station\",device=\"STAT/APSCT/1\"}[2m])",
"interval": "",
"legendFormat": "",
"refId": "A"
}
],
"title": "Archiving speed",
"transformations": [
{
"id": "labelsToFields",
"options": {
"keepLabels": [
"str_value"
]
}
}
],
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"description": "",
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [
{
"options": {
"0": {
"color": "red",
"index": 0,
"text": "NONE"
},
"1": {
"color": "green",
"index": 1,
"text": "160 MHz"
},
"2": {
"color": "green",
"index": 2,
"text": "200 MHz"
},
"3": {
"color": "red",
"index": 3,
"text": "BOTH"
}
},
"type": "value"
}
],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 3,
"w": 3,
"x": 0,
"y": 6
},
"id": 31,
"options": {
"colorMode": "background",
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"textMode": "value"
},
"pluginVersion": "8.5.3",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": false,
"expr": "device_attribute{host=\"$station\",device=\"stat/apsct/1\",name=\"APSCT_PLL_160MHz_locked_R\"} + on(x) (\r\n2 * device_attribute{host=\"$station\",device=\"stat/apsct/1\",name=\"APSCT_PLL_200MHz_locked_R\"})",
"instant": true,
"interval": "",
"legendFormat": "Lock",
"refId": "A"
}
],
"title": "Clock Lock",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"description": "",
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 1
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 3,
"w": 20,
"x": 3,
"y": 6
},
"id": 5,
"options": {
"colorMode": "background",
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"textMode": "name"
},
"pluginVersion": "8.5.3",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": false,
"expr": "device_attribute{host=\"$station\",device=\"stat/apsct/1\",name=\"APSCTTR_I2C_error_R\"}",
"instant": true,
"interval": "",
"legendFormat": "I2C",
"refId": "A"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": false,
"expr": "device_attribute{host=\"$station\",device=\"stat/apsct/1\",name=\"APSCT_PCB_ID_R\"} == bool 0",
"hide": false,
"instant": true,
"interval": "",
"legendFormat": "PCB ID",
"refId": "J"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": false,
"expr": "1 - device_attribute{host=\"$station\",device=\"stat/apsct/1\",name=\"APSCT_PWR_on_R\"}",
"hide": false,
"instant": true,
"interval": "",
"legendFormat": "Power",
"refId": "D"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": false,
"expr": "1 - device_attribute{host=\"$station\",device=\"stat/apsct/1\",name=\"APSCT_INPUT_10MHz_good_R\"}",
"hide": false,
"instant": true,
"interval": "",
"legendFormat": "10MHz in",
"refId": "B"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": false,
"expr": "device_attribute{host=\"$station\",device=\"stat/apsct/1\",name=\"APSCT_PPS_ignore_R\"}",
"hide": false,
"instant": true,
"interval": "",
"legendFormat": "PPS used",
"refId": "F"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": false,
"expr": "1 - device_attribute{host=\"$station\",device=\"stat/apsct/1\",name=\"APSCT_INPUT_PPS_good_R\"}",
"hide": false,
"instant": true,
"interval": "",
"legendFormat": "PPS in",
"refId": "C"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": false,
"expr": "device_attribute{host=\"$station\",device=\"stat/apsct/1\",name=\"APSCT_PLL_160MHz_error_R\"}",
"hide": false,
"instant": true,
"interval": "",
"legendFormat": "PLL 160MHz",
"refId": "E"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": false,
"expr": "device_attribute{host=\"$station\",device=\"stat/apsct/1\",name=\"APSCT_PLL_200MHz_error_R\"}",
"hide": false,
"instant": true,
"interval": "",
"legendFormat": "PLL 200Mhz",
"refId": "G"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": false,
"expr": "device_attribute{host=\"$station\",device=\"stat/apsct/1\",name=\"APSCT_VOUT_error_R\"}",
"hide": false,
"instant": true,
"interval": "",
"legendFormat": "Voltages",
"refId": "H"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": false,
"expr": "device_attribute{host=\"$station\",device=\"stat/apsct/1\",name=\"APSCT_TEMP_error_R\"}",
"hide": false,
"instant": true,
"interval": "",
"legendFormat": "Temperatures",
"refId": "I"
}
],
"title": "APSCT Status",
"type": "stat"
},
{
"collapsed": true,
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 9
},
"id": 33,
"panels": [
{
"activePatternIndex": 0,
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"defaultPattern": {
"bgColors": "green|orange|red",
"bgColors_overrides": "0->green|2->red|1->yellow",
"clickable_cells_link": "",
"col_name": "_0_",
"decimals": 2,
"defaultBGColor": "transparent",
"defaultTextColor": "",
"delimiter": "-",
"displayTemplate": "-",
"enable_bgColor": false,
"enable_bgColor_overrides": false,
"enable_clickable_cells": false,
"enable_textColor": true,
"enable_textColor_overrides": false,
"enable_time_based_thresholds": false,
"enable_transform": true,
"enable_transform_overrides": false,
"filter": {
"value_above": "",
"value_below": ""
},
"format": "none",
"name": "Default Pattern",
"null_color": "",
"null_textcolor": "",
"null_value": "-",
"pattern": "*",
"row_col_wrapper": "_",
"row_name": "_1_",
"textColors": "#f00|lightgreen",
"textColors_overrides": "0->red|2->green|1->yellow",
"thresholds": "10|11",
"time_based_thresholds": [],
"tooltipTemplate": "Series : _series_ <br/>Row Name : _row_name_ <br/>Col Name : _col_name_ <br/>Value : _value_",
"transform_values": "NO|YES",
"transform_values_overrides": "0->down|1->up",
"valueName": "avg"
},
"default_title_for_rows": "",
"description": "",
"gridPos": {
"h": 5,
"w": 23,
"x": 0,
"y": 10
},
"id": 42,
"patterns": [],
"row_col_wrapper": "_",
"sorting_props": {
"col_index": -1,
"direction": "desc"
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": false,
"expr": "device_attribute{host=\"$station\",device=\"stat/recv/1\",name=\"RCU_ADC_locked_R\"}\r\n+ on(x, y) (10 * device_attribute{host=\"$station\",device=\"stat/recv/1\", name=\"ANT_mask_RW\"})",
"instant": true,
"interval": "",
"legendFormat": "{{x}} - input {{y}}",
"refId": "A"
}
],
"title": "RCU ADC Lock",
"type": "yesoreyeram-boomtable-panel"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"description": "",
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "transparent",
"value": null
},
{
"color": "red",
"value": 10
},
{
"color": "green",
"value": 11
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 2,
"w": 23,
"x": 0,
"y": 15
},
"id": 35,
"options": {
"colorMode": "background",
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"text": {},
"textMode": "name"
},
"pluginVersion": "8.5.3",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": true,
"expr": "device_attribute{host=\"$station\",device=\"stat/sdp/1\",name=\"FPGA_pps_present_R\"}\r\n+ on(x) (10 * device_attribute{host=\"$station\",device=\"stat/sdp/1\",name=\"TR_fpga_mask_R\"})",
"interval": "",
"legendFormat": "{{x}}",
"refId": "A"
}
],
"title": "SDP FPGA PPS Present",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"description": "",
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "transparent",
"value": null
},
{
"color": "red",
"value": 159
},
{
"color": "blue",
"value": 160
},
{
"color": "red",
"value": 161
},
{
"color": "purple",
"value": 200
},
{
"color": "red",
"value": 201
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 2,
"w": 23,
"x": 0,
"y": 17
},
"id": 37,
"options": {
"colorMode": "background",
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"text": {},
"textMode": "value"
},
"pluginVersion": "8.5.3",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": true,
"expr": "device_attribute{host=\"$station\",device=\"stat/sdp/1\",name=\"FPGA_pps_capture_cnt_R\"} / 1000000",
"interval": "",
"legendFormat": "{{x}}",
"refId": "A"
}
],
"title": "SDP FPGA Measured Clock",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"description": "Whether the beamlets are in sync with the PPS",
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "transparent",
"value": null
},
{
"color": "red",
"value": 10
},
{
"color": "green",
"value": 11
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 2,
"w": 23,
"x": 0,
"y": 19
},
"id": 44,
"options": {
"colorMode": "background",
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"textMode": "name"
},
"pluginVersion": "8.5.3",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": true,
"expr": "(device_attribute{host=\"$station\",device=\"stat/beamlet/1\", name=\"FPGA_beamlet_output_nof_packets_R\"} > bool -1)\r\n+ on(x) (10 * device_attribute{host=\"$station\",device=\"stat/sdp/1\", name=\"TR_fpga_mask_R\"})\r\n",
"interval": "",
"legendFormat": "{{x}}",
"refId": "A"
}
],
"title": "Beamlet PPS Sync",
"type": "stat"
}
],
"title": "Downstream Clocks",
"type": "row"
},
{
"collapsed": true,
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 10
},
"id": 19,
"panels": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"description": "",
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"decimals": 2,
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "transparent",
"value": null
}
]
},
"unit": "volt"
},
"overrides": []
},
"gridPos": {
"h": 9,
"w": 6,
"x": 0,
"y": 11
},
"id": 30,
"options": {
"legend": {
"calcs": [],
"displayMode": "hidden",
"placement": "bottom"
},
"tooltip": {
"mode": "multi",
"sort": "desc"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": true,
"expr": "device_attribute{host=\"$station\",device=\"stat/apsct/1\",name=\"APSCT_PWR_CTRL_3V3_R\"} > 0",
"interval": "",
"legendFormat": "{{name}}",
"refId": "A"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": true,
"expr": "device_attribute{host=\"$station\",device=\"stat/apsct/1\",name=\"APSCT_PWR_INPUT_3V3_R\"} > 0",
"hide": false,
"interval": "",
"legendFormat": "{{name}}",
"refId": "B"
}
],
"title": "Input & Control",
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"description": "",
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"decimals": 2,
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "transparent",
"value": null
}
]
},
"unit": "volt"
},
"overrides": []
},
"gridPos": {
"h": 9,
"w": 6,
"x": 6,
"y": 11
},
"id": 21,
"options": {
"legend": {
"calcs": [],
"displayMode": "hidden",
"placement": "bottom"
},
"tooltip": {
"mode": "multi",
"sort": "desc"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": true,
"expr": "device_attribute{host=\"$station\",device=\"stat/apsct/1\",name=\"APSCT_PWR_CLKDIST1_3V3_R\"} > 0",
"interval": "",
"legendFormat": "{{name}}",
"refId": "A"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": true,
"expr": "device_attribute{host=\"$station\",device=\"stat/apsct/1\",name=\"APSCT_PWR_CLKDIST2_3V3_R\"} > 0",
"hide": false,
"interval": "",
"legendFormat": "{{name}}",
"refId": "B"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": true,
"expr": "device_attribute{host=\"$station\",device=\"stat/apsct/1\",name=\"APSCT_PWR_PPSDIST_3V3_R\"} > 0",
"hide": false,
"interval": "",
"legendFormat": "{{name}}",
"refId": "C"
}
],
"title": "Clock Distribution",
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"description": "",
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"decimals": 2,
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "transparent",
"value": null
}
]
},
"unit": "volt"
},
"overrides": []
},
"gridPos": {
"h": 9,
"w": 6,
"x": 12,
"y": 11
},
"id": 29,
"options": {
"legend": {
"calcs": [],
"displayMode": "hidden",
"placement": "bottom"
},
"tooltip": {
"mode": "multi",
"sort": "desc"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": true,
"expr": "device_attribute{host=\"$station\",device=\"stat/apsct/1\",name=\"APSCT_PWR_PLL_200MHz_3V3_R\"} > 0",
"interval": "",
"legendFormat": "{{name}}",
"refId": "A"
}
],
"title": "PLL 200MHz",
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"description": "",
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"decimals": 2,
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "transparent",
"value": null
}
]
},
"unit": "volt"
},
"overrides": []
},
"gridPos": {
"h": 9,
"w": 6,
"x": 18,
"y": 11
},
"id": 22,
"options": {
"legend": {
"calcs": [],
"displayMode": "hidden",
"placement": "bottom"
},
"tooltip": {
"mode": "multi",
"sort": "desc"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": true,
"expr": "device_attribute{host=\"$station\",device=\"stat/apsct/1\",name=\"APSCT_PWR_PLL_160MHz_3V3_R\"} > 0",
"interval": "",
"legendFormat": "{{name}}",
"refId": "A"
}
],
"title": "PPL 160MHz",
"type": "timeseries"
}
],
"title": "Voltages",
"type": "row"
},
{
"collapsed": true,
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 11
},
"id": 26,
"panels": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"description": "",
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "transparent"
}
]
},
"unit": "celsius"
},
"overrides": []
},
"gridPos": {
"h": 9,
"w": 6,
"x": 0,
"y": 15
},
"id": 28,
"options": {
"legend": {
"calcs": [],
"displayMode": "hidden",
"placement": "bottom"
},
"tooltip": {
"mode": "multi",
"sort": "desc"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": true,
"expr": "device_attribute{host=\"$station\",device=\"stat/apsct/1\",name=\"APSCT_TEMP_R\"} > 0",
"interval": "",
"legendFormat": "{{name}}",
"refId": "A"
}
],
"title": "APSCT Temperature",
"type": "timeseries"
}
],
"title": "Temperatures",
"type": "row"
}
],
"refresh": false,
"schemaVersion": 36,
"style": "dark",
"tags": [
"station"
],
"templating": {
"list": [
{
"current": {
"selected": true,
"text": "dop496",
"value": "dop496"
},
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"definition": "scrape_series_added\n",
"description": "",
"hide": 0,
"includeAll": false,
"label": "Station",
"multi": false,
"name": "station",
"options": [],
"query": {
"query": "scrape_series_added\n",
"refId": "StandardVariableQuery"
},
"refresh": 1,
"regex": "/.*host=\"(?<text>[^\"]*)\".*/",
"skipUrlSync": false,
"sort": 1,
"type": "query"
}
]
},
"time": {
"from": "now-30m",
"to": "now"
},
"timepicker": {},
"timezone": "",
"title": "APSCT",
"uid": "apsct",
"version": 4,
"weekStart": ""
}
apspu.json 0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
home.json 0 → 100644
This diff is collapsed.
lcu.json 0 → 100644
This diff is collapsed.
This diff is collapsed.
recv.json 0 → 100644
This diff is collapsed.
sdp.json 0 → 100644
This diff is collapsed.
This diff is collapsed.
sst.json 0 → 100644
This diff is collapsed.
svg.json 0 → 100644
This diff is collapsed.
xst.json 0 → 100644
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment