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

Added more panels to clock dash

parent 0a30ed64
Branches
Tags
No related merge requests found
......@@ -25,7 +25,7 @@
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 22,
"iteration": 1655816473480,
"iteration": 1655825338491,
"links": [
{
"asDropdown": true,
......@@ -526,6 +526,199 @@
],
"title": "SDP FPGA Measured Clock",
"type": "state-timeline"
},
{
"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": "line"
}
},
"mappings": [],
"min": 0,
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "yellow",
"value": 0.01
},
{
"color": "red",
"value": 0.015
}
]
},
"unit": "s"
},
"overrides": []
},
"gridPos": {
"h": 6,
"w": 12,
"x": 0,
"y": 30
},
"id": 48,
"options": {
"legend": {
"calcs": [],
"displayMode": "hidden",
"placement": "bottom"
},
"tooltip": {
"mode": "multi",
"sort": "none"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": true,
"expr": "device_attribute{host=\"$station\",device=\"stat/sdp/1\",name=\"FPGA_time_since_last_pps_R\"}",
"interval": "",
"legendFormat": "{{x}}",
"refId": "A"
}
],
"title": "FPGA Time Since PPS",
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"description": "Offset between the Translator local time and the FPGA PPS.",
"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": "line"
}
},
"mappings": [],
"min": 0,
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "yellow",
"value": 0.2
},
{
"color": "red",
"value": 0.5
}
]
},
"unit": "s"
},
"overrides": []
},
"gridPos": {
"h": 6,
"w": 11,
"x": 12,
"y": 30
},
"id": 50,
"options": {
"legend": {
"calcs": [],
"displayMode": "hidden",
"placement": "bottom"
},
"tooltip": {
"mode": "multi",
"sort": "none"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"exemplar": true,
"expr": "device_attribute{host=\"$station\",device=\"stat/sdp/1\",name=\"TR_tod_pps_delta_R\"}",
"instant": false,
"interval": "",
"legendFormat": "{{name}}",
"refId": "A"
}
],
"title": "Translator Clock Offset",
"type": "timeseries"
}
],
"refresh": false,
......@@ -538,7 +731,7 @@
"list": [
{
"current": {
"selected": true,
"selected": false,
"text": "dop496",
"value": "dop496"
},
......@@ -567,13 +760,13 @@
]
},
"time": {
"from": "now-5m",
"from": "now-30m",
"to": "now"
},
"timepicker": {},
"timezone": "",
"title": "Clock",
"uid": "clock",
"version": 3,
"version": 6,
"weekStart": ""
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment