From 44d6dbf3774e513e0e7ac75e72f8f95268a2106c Mon Sep 17 00:00:00 2001 From: Hannes Feldt <feldt@astron.nl> Date: Wed, 16 Nov 2022 11:06:42 +0100 Subject: [PATCH] Fix legend for ANT_VIN and ANT_IOUT --- dashboards/recv.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboards/recv.json b/dashboards/recv.json index 7e2715a..754041e 100644 --- a/dashboards/recv.json +++ b/dashboards/recv.json @@ -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" } ], -- GitLab