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
Branches
Tags
1 merge request!106Resolve L2SS-359 "Add grafana"
......@@ -269,6 +269,16 @@
}
},
"type": "value"
},
{
"options": {
"match": "null",
"result": {
"color": "transparent",
"index": 1
}
},
"type": "special"
}
],
"thresholds": {
......@@ -313,7 +323,7 @@
"targets": [
{
"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",
"hide": false,
"instant": true,
......@@ -519,6 +529,6 @@
"timepicker": {},
"timezone": "",
"title": "LOFAR2.0 Station",
"uid": "xZPJHE47k",
"version": 6
"uid": "6f7Pv8Vnz",
"version": 1
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment