diff --git a/grafana/provisioning/dashboards/internet-connection.json b/grafana/provisioning/dashboards/internet-connection.json index 80c7e60..53de241 100644 --- a/grafana/provisioning/dashboards/internet-connection.json +++ b/grafana/provisioning/dashboards/internet-connection.json @@ -17,7 +17,6 @@ "editable": true, "gnetId": null, "graphTooltip": 0, - "id": 1, "links": [], "panels": [ { @@ -239,7 +238,7 @@ }, "gridPos": { "h": 9, - "w": 12, + "w": 6, "x": 12, "y": 0 }, @@ -275,6 +274,92 @@ "title": "Speedtest Ping", "type": "gauge" }, + { + "cacheTimeout": null, + "datasource": "prometheus", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "decimals": 2, + "mappings": [ + { + "options": { + "match": "null", + "result": { + "text": "N/A" + } + }, + "type": "special" + } + ], + "max": 20, + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "dark-green", + "value": null + }, + { + "color": "yellow", + "value": 3 + }, + { + "color": "orange", + "value": 8 + }, + { + "color": "red", + "value": 15 + } + ] + }, + "unit": "ms" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 18, + "y": 0 + }, + "id": 15, + "interval": null, + "links": [], + "maxDataPoints": 50000, + "options": { + "orientation": "horizontal", + "reduceOptions": { + "calcs": [ + "mean" + ], + "fields": "", + "values": false + }, + "showThresholdLabels": false, + "showThresholdMarkers": true, + "text": {} + }, + "pluginVersion": "8.0.4", + "targets": [ + { + "exemplar": true, + "expr": "speedtest_jitter_latency_milliseconds", + "format": "time_series", + "instant": false, + "interval": "", + "intervalFactor": 1, + "legendFormat": "", + "refId": "A" + } + ], + "title": "Speedtest Jitter", + "type": "gauge" + }, { "datasource": "prometheus", "fieldConfig": { @@ -566,7 +651,7 @@ "list": [] }, "time": { - "from": "now-12h", + "from": "now-5m", "to": "now" }, "timepicker": { @@ -597,5 +682,5 @@ "timezone": "browser", "title": "Internet connection", "uid": "NLDu4qznk", - "version": 3 + "version": 1 }