From b603ebea7633c04226918f0a6bb3a75cf7037c82 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sun, 4 Apr 2021 09:35:26 -0500 Subject: [PATCH] Use correct field data format for display. --- .../dashboards/ping-speed-stats.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/grafana/provisioning/dashboards/ping-speed-stats.json b/grafana/provisioning/dashboards/ping-speed-stats.json index 6e147f8..f3da546 100644 --- a/grafana/provisioning/dashboards/ping-speed-stats.json +++ b/grafana/provisioning/dashboards/ping-speed-stats.json @@ -249,7 +249,7 @@ "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", - "fillOpacity": 20, + "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "graph": false, @@ -268,8 +268,18 @@ "mappings": [], "thresholds": { "mode": "absolute", - "steps": [] - } + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "bps" }, "overrides": [] },