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

Improved beamlet dashboard, added beamlet pps sync to clock dashboard

parent 5b57af8e
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,10 @@
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"datasource": {
"type": "datasource",
"uid": "grafana"
},
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
......@@ -21,7 +24,8 @@
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 15,
"id": 3,
"iteration": 1654782224769,
"links": [
{
"asDropdown": true,
......@@ -42,6 +46,10 @@
"panels": [
{
"collapsed": false,
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"gridPos": {
"h": 1,
"w": 24,
......@@ -121,7 +129,7 @@
"h": 5,
"w": 3,
"x": 0,
"y": 6
"y": 1
},
"id": 12,
"options": {
......@@ -138,7 +146,7 @@
},
"textMode": "auto"
},
"pluginVersion": "8.4.5",
"pluginVersion": "8.5.3",
"targets": [
{
"datasource": {
......@@ -187,7 +195,7 @@
"h": 5,
"w": 4,
"x": 3,
"y": 6
"y": 1
},
"id": 13,
"options": {
......@@ -207,7 +215,7 @@
},
"textMode": "auto"
},
"pluginVersion": "8.4.5",
"pluginVersion": "8.5.3",
"targets": [
{
"datasource": {
......@@ -296,7 +304,7 @@
"h": 5,
"w": 4,
"x": 7,
"y": 6
"y": 1
},
"id": 14,
"options": {
......@@ -391,7 +399,7 @@
"h": 3,
"w": 3,
"x": 0,
"y": 11
"y": 6
},
"id": 31,
"options": {
......@@ -408,7 +416,7 @@
},
"textMode": "value"
},
"pluginVersion": "8.4.5",
"pluginVersion": "8.5.3",
"targets": [
{
"datasource": {
......@@ -458,7 +466,7 @@
"h": 3,
"w": 20,
"x": 3,
"y": 11
"y": 6
},
"id": 5,
"options": {
......@@ -475,7 +483,7 @@
},
"textMode": "name"
},
"pluginVersion": "8.4.5",
"pluginVersion": "8.5.3",
"targets": [
{
"datasource": {
......@@ -612,11 +620,15 @@
},
{
"collapsed": true,
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 14
"y": 9
},
"id": 33,
"panels": [
......@@ -671,7 +683,7 @@
"h": 5,
"w": 23,
"x": 0,
"y": 16
"y": 10
},
"id": 42,
"patterns": [],
......@@ -713,7 +725,8 @@
"mode": "absolute",
"steps": [
{
"color": "transparent"
"color": "transparent",
"value": null
},
{
"color": "red",
......@@ -732,7 +745,7 @@
"h": 2,
"w": 23,
"x": 0,
"y": 21
"y": 15
},
"id": 35,
"options": {
......@@ -750,7 +763,7 @@
"text": {},
"textMode": "name"
},
"pluginVersion": "8.4.5",
"pluginVersion": "8.5.3",
"targets": [
{
"datasource": {
......@@ -783,7 +796,8 @@
"mode": "absolute",
"steps": [
{
"color": "transparent"
"color": "transparent",
"value": null
},
{
"color": "red",
......@@ -814,7 +828,7 @@
"h": 2,
"w": 23,
"x": 0,
"y": 23
"y": 17
},
"id": 37,
"options": {
......@@ -832,7 +846,7 @@
"text": {},
"textMode": "value"
},
"pluginVersion": "8.4.5",
"pluginVersion": "8.5.3",
"targets": [
{
"datasource": {
......@@ -848,6 +862,76 @@
],
"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",
......@@ -855,11 +939,15 @@
},
{
"collapsed": true,
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 15
"y": 10
},
"id": 19,
"panels": [
......@@ -908,7 +996,8 @@
"mode": "absolute",
"steps": [
{
"color": "transparent"
"color": "transparent",
"value": null
}
]
},
......@@ -920,7 +1009,7 @@
"h": 9,
"w": 6,
"x": 0,
"y": 16
"y": 11
},
"id": 30,
"options": {
......@@ -1007,7 +1096,8 @@
"mode": "absolute",
"steps": [
{
"color": "transparent"
"color": "transparent",
"value": null
}
]
},
......@@ -1019,7 +1109,7 @@
"h": 9,
"w": 6,
"x": 6,
"y": 16
"y": 11
},
"id": 21,
"options": {
......@@ -1118,7 +1208,8 @@
"mode": "absolute",
"steps": [
{
"color": "transparent"
"color": "transparent",
"value": null
}
]
},
......@@ -1130,7 +1221,7 @@
"h": 9,
"w": 6,
"x": 12,
"y": 16
"y": 11
},
"id": 29,
"options": {
......@@ -1205,7 +1296,8 @@
"mode": "absolute",
"steps": [
{
"color": "transparent"
"color": "transparent",
"value": null
}
]
},
......@@ -1217,7 +1309,7 @@
"h": 9,
"w": 6,
"x": 18,
"y": 16
"y": 11
},
"id": 22,
"options": {
......@@ -1253,11 +1345,15 @@
},
{
"collapsed": true,
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 16
"y": 11
},
"id": 26,
"panels": [
......@@ -1353,7 +1449,7 @@
}
],
"refresh": false,
"schemaVersion": 35,
"schemaVersion": 36,
"style": "dark",
"tags": [
"station"
......@@ -1362,9 +1458,9 @@
"list": [
{
"current": {
"selected": false,
"text": "test-lcu2",
"value": "test-lcu2"
"selected": true,
"text": "dop496",
"value": "dop496"
},
"datasource": {
"type": "prometheus",
......@@ -1391,13 +1487,13 @@
]
},
"time": {
"from": "now-6h",
"from": "now-30m",
"to": "now"
},
"timepicker": {},
"timezone": "",
"title": "APSCT",
"uid": "apsct",
"version": 14,
"version": 4,
"weekStart": ""
}
......@@ -25,7 +25,7 @@
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 18,
"iteration": 1654778559701,
"iteration": 1654783249169,
"links": [
{
"asDropdown": true,
......@@ -728,7 +728,9 @@
"refresh": false,
"schemaVersion": 36,
"style": "dark",
"tags": [],
"tags": [
"station"
],
"templating": {
"list": [
{
......@@ -769,6 +771,6 @@
"timezone": "",
"title": "Beamlet",
"uid": "beamlet",
"version": 5,
"version": 7,
"weekStart": ""
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment