From 2550ba1fe08b3f375c3086a8645622bd1978245f Mon Sep 17 00:00:00 2001 From: Lauri Tirkkonen Date: Fri, 17 Nov 2023 11:40:01 +0200 Subject: [PATCH] RX/TX Sum: make unit bytes, not bits (#33) the metrics are called mtxrInterfaceStats{Rx,Tx}Bytes, so bits is not correct --- Mikrotik-snmp-prometheus.json | 6 +++--- .../provisioning/dashboards/Mikrotik-snmp-prometheus.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Mikrotik-snmp-prometheus.json b/Mikrotik-snmp-prometheus.json index fe51424..af789d2 100644 --- a/Mikrotik-snmp-prometheus.json +++ b/Mikrotik-snmp-prometheus.json @@ -2654,7 +2654,7 @@ "properties": [ { "id": "unit", - "value": "bits" + "value": "bytes" }, { "id": "thresholds", @@ -2686,7 +2686,7 @@ "properties": [ { "id": "unit", - "value": "bits" + "value": "bytes" }, { "id": "thresholds", @@ -8813,4 +8813,4 @@ "uid": "nR3NRDGaz", "version": 1, "weekStart": "" -} \ No newline at end of file +} diff --git a/grafana/provisioning/dashboards/Mikrotik-snmp-prometheus.json b/grafana/provisioning/dashboards/Mikrotik-snmp-prometheus.json index be89a44..fb76350 100644 --- a/grafana/provisioning/dashboards/Mikrotik-snmp-prometheus.json +++ b/grafana/provisioning/dashboards/Mikrotik-snmp-prometheus.json @@ -2654,7 +2654,7 @@ "properties": [ { "id": "unit", - "value": "bits" + "value": "bytes" }, { "id": "thresholds", @@ -2686,7 +2686,7 @@ "properties": [ { "id": "unit", - "value": "bits" + "value": "bytes" }, { "id": "thresholds",