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

Merge branch 'L2SS-1079-fix_recv_legends' into 'main'

Fix legend for ANT_VIN and ANT_IOUT

Closes L2SS-1079

See merge request !6
parents 2a2d0b9b 44d6dbf3
No related branches found
No related tags found
1 merge request!6Fix legend for ANT_VIN and ANT_IOUT
Pipeline #39957 passed
......@@ -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"
}
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment