Skip to content
Snippets Groups Projects
Commit 44d6dbf3 authored by Hannes Feldt's avatar Hannes Feldt
Browse files

Fix legend for ANT_VIN and ANT_IOUT

parent 2a2d0b9b
No related branches found
No related tags found
1 merge request!6Fix legend for ANT_VIN and ANT_IOUT
Pipeline #39614 passed
...@@ -1169,7 +1169,7 @@ ...@@ -1169,7 +1169,7 @@
"exemplar": true, "exemplar": true,
"expr": "device_attribute{host=\"$station\",device=\"stat/recv/1\",name=\"RCU_PWR_ANT_VIN_R\"} > 0", "expr": "device_attribute{host=\"$station\",device=\"stat/recv/1\",name=\"RCU_PWR_ANT_VIN_R\"} > 0",
"interval": "", "interval": "",
"legendFormat": "RCU {{y}} - antenna {{x}}", "legendFormat": "RCU {{x}} - Antenna {{y}}",
"refId": "A" "refId": "A"
} }
], ],
...@@ -1255,7 +1255,7 @@ ...@@ -1255,7 +1255,7 @@
"exemplar": true, "exemplar": true,
"expr": "device_attribute{host=\"$station\",device=\"stat/recv/1\",name=\"RCU_PWR_ANT_IOUT_R\"} * 1000 > 0", "expr": "device_attribute{host=\"$station\",device=\"stat/recv/1\",name=\"RCU_PWR_ANT_IOUT_R\"} * 1000 > 0",
"interval": "", "interval": "",
"legendFormat": "RCU {{y}} - antenna {{x}}", "legendFormat": "RCU {{x}} - Antenna {{y}}",
"refId": "A" "refId": "A"
} }
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment