From f7f492670c4b454212c046987f6b155695fec1f9 Mon Sep 17 00:00:00 2001 From: Tyler Stiene Date: Mon, 23 Aug 2021 00:35:01 -0400 Subject: [PATCH] correct buffer discord buffer axis --- .../dashboards/mumble-discord-bridge.json | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/example/monitoring/grafana/provisioning/dashboards/mumble-discord-bridge.json b/example/monitoring/grafana/provisioning/dashboards/mumble-discord-bridge.json index d8ebddf..6c5e4a8 100644 --- a/example/monitoring/grafana/provisioning/dashboards/mumble-discord-bridge.json +++ b/example/monitoring/grafana/provisioning/dashboards/mumble-discord-bridge.json @@ -221,7 +221,24 @@ }, "unit": "pps" }, - "overrides": [] + "overrides": [ + { + "matcher": { + "id": "byFrameRefID", + "options": "C" + }, + "properties": [ + { + "id": "custom.axisPlacement", + "value": "right" + }, + { + "id": "unit", + "value": "none" + } + ] + } + ] }, "gridPos": { "h": 8, @@ -1150,5 +1167,5 @@ "timezone": "", "title": "Mumble-Discord-Bridge", "uid": "QYiiu_77z", - "version": 5 + "version": 2 } \ No newline at end of file