From 2ef3c839727213dd708bb9e4d0342f5f39250405 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Wed, 7 Apr 2021 17:23:07 -0500 Subject: [PATCH] Update dashboard for better upload and download graph. --- .../provisioning/dashboards/ping-speed-stats.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/grafana/provisioning/dashboards/ping-speed-stats.json b/grafana/provisioning/dashboards/ping-speed-stats.json index f3da546..9816cff 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": 10, + "fillOpacity": 50, "gradientMode": "none", "hideFrom": { "graph": false, @@ -257,7 +257,7 @@ "tooltip": false }, "lineInterpolation": "linear", - "lineWidth": 1, + "lineWidth": 0, "pointSize": 5, "scaleDistribution": { "type": "linear" @@ -296,10 +296,10 @@ "legend": { "calcs": [], "displayMode": "list", - "placement": "bottom" + "placement": "right" }, "tooltipOptions": { - "mode": "single" + "mode": "multi" } }, "pluginVersion": "7.4.5", @@ -310,14 +310,14 @@ "format": "time_series", "interval": "", "intervalFactor": 1, - "legendFormat": "", + "legendFormat": "Download", "refId": "A" }, { "expr": "speedtest_upload_bits_per_second{}", "hide": false, "interval": "", - "legendFormat": "", + "legendFormat": "Upload", "refId": "B" } ],