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

L2SS-359: Black out waveform generator if no data, and read _R point instead of _RW point.

parent 7aa8f268
No related branches found
No related tags found
1 merge request!106Resolve L2SS-359 "Add grafana"
...@@ -269,6 +269,16 @@ ...@@ -269,6 +269,16 @@
} }
}, },
"type": "value" "type": "value"
},
{
"options": {
"match": "null",
"result": {
"color": "transparent",
"index": 1
}
},
"type": "special"
} }
], ],
"thresholds": { "thresholds": {
...@@ -313,7 +323,7 @@ ...@@ -313,7 +323,7 @@
"targets": [ "targets": [
{ {
"exemplar": true, "exemplar": true,
"expr": "sum(sum by(x) (device_attribute{device=\"lts/sdp/1\",name=\"FPGA_wg_enable_RW\"}) * on(x) device_attribute{device=\"lts/sdp/1\",name=\"TR_fpga_mask_R\"})", "expr": "sum(sum by(x) (device_attribute{device=\"lts/sdp/1\",name=\"FPGA_wg_enable_R\"}) * on(x) device_attribute{device=\"lts/sdp/1\",name=\"TR_fpga_mask_R\"})",
"format": "time_series", "format": "time_series",
"hide": false, "hide": false,
"instant": true, "instant": true,
...@@ -519,6 +529,6 @@ ...@@ -519,6 +529,6 @@
"timepicker": {}, "timepicker": {},
"timezone": "", "timezone": "",
"title": "LOFAR2.0 Station", "title": "LOFAR2.0 Station",
"uid": "xZPJHE47k", "uid": "6f7Pv8Vnz",
"version": 6 "version": 1
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment