Skip to content
Snippets Groups Projects

Fix legend for ANT_VIN and ANT_IOUT

Merged Hannes Feldt requested to merge L2SS-1079-fix_recv_legends into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -1169,7 +1169,7 @@
"exemplar": true,
"expr": "device_attribute{host=\"$station\",device=\"stat/recv/1\",name=\"RCU_PWR_ANT_VIN_R\"} > 0",
"interval": "",
"legendFormat": "RCU {{y}} - antenna {{x}}",
"legendFormat": "RCU {{x}} - Antenna {{y}}",
"refId": "A"
}
],
@@ -1255,7 +1255,7 @@
"exemplar": true,
"expr": "device_attribute{host=\"$station\",device=\"stat/recv/1\",name=\"RCU_PWR_ANT_IOUT_R\"} * 1000 > 0",
"interval": "",
"legendFormat": "RCU {{y}} - antenna {{x}}",
"legendFormat": "RCU {{x}} - Antenna {{y}}",
"refId": "A"
}
],
Loading