From dd23962805b1357a82778d0e67ea642f0c59d83d Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 26 Apr 2021 17:31:43 -0500 Subject: [PATCH] Fixes #3: Gauge Panels return N/A if left running for long periods. --- grafana/provisioning/dashboards/internet-connection.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/grafana/provisioning/dashboards/internet-connection.json b/grafana/provisioning/dashboards/internet-connection.json index b668860..6e21510 100644 --- a/grafana/provisioning/dashboards/internet-connection.json +++ b/grafana/provisioning/dashboards/internet-connection.json @@ -63,7 +63,7 @@ "id": 8, "interval": null, "links": [], - "maxDataPoints": 100, + "maxDataPoints": 1000, "options": { "orientation": "horizontal", "reduceOptions": { @@ -135,7 +135,7 @@ "id": 10, "interval": null, "links": [], - "maxDataPoints": 100, + "maxDataPoints": 1000, "options": { "orientation": "horizontal", "reduceOptions": { @@ -208,7 +208,7 @@ "id": 12, "interval": null, "links": [], - "maxDataPoints": 100, + "maxDataPoints": 1000, "options": { "orientation": "horizontal", "reduceOptions": { @@ -562,5 +562,5 @@ "timezone": "browser", "title": "Internet connection", "uid": "o9mIe_Aik", - "version": 2 + "version": 1 } \ No newline at end of file