Bump max data points for dashboard to 50k so it can display a month.

This commit is contained in:
Jeff Geerling 2021-06-11 12:25:08 -05:00
parent 9440bc6e67
commit be4861a0bb
1 changed files with 11 additions and 17 deletions

View File

@ -27,7 +27,6 @@
"color": { "color": {
"mode": "thresholds" "mode": "thresholds"
}, },
"custom": {},
"mappings": [ "mappings": [
{ {
"id": 0, "id": 0,
@ -63,7 +62,7 @@
"id": 8, "id": 8,
"interval": null, "interval": null,
"links": [], "links": [],
"maxDataPoints": 1000, "maxDataPoints": 50000,
"options": { "options": {
"orientation": "horizontal", "orientation": "horizontal",
"reduceOptions": { "reduceOptions": {
@ -77,7 +76,7 @@
"showThresholdMarkers": true, "showThresholdMarkers": true,
"text": {} "text": {}
}, },
"pluginVersion": "7.4.5", "pluginVersion": "7.5.6",
"targets": [ "targets": [
{ {
"expr": "speedtest_download_bits_per_second{}", "expr": "speedtest_download_bits_per_second{}",
@ -99,7 +98,6 @@
"color": { "color": {
"mode": "thresholds" "mode": "thresholds"
}, },
"custom": {},
"mappings": [ "mappings": [
{ {
"id": 0, "id": 0,
@ -135,7 +133,7 @@
"id": 10, "id": 10,
"interval": null, "interval": null,
"links": [], "links": [],
"maxDataPoints": 1000, "maxDataPoints": 50000,
"options": { "options": {
"orientation": "horizontal", "orientation": "horizontal",
"reduceOptions": { "reduceOptions": {
@ -149,7 +147,7 @@
"showThresholdMarkers": true, "showThresholdMarkers": true,
"text": {} "text": {}
}, },
"pluginVersion": "7.4.5", "pluginVersion": "7.5.6",
"targets": [ "targets": [
{ {
"expr": "speedtest_upload_bits_per_second{}", "expr": "speedtest_upload_bits_per_second{}",
@ -171,7 +169,6 @@
"color": { "color": {
"mode": "thresholds" "mode": "thresholds"
}, },
"custom": {},
"decimals": 2, "decimals": 2,
"mappings": [ "mappings": [
{ {
@ -222,7 +219,7 @@
"showThresholdMarkers": true, "showThresholdMarkers": true,
"text": {} "text": {}
}, },
"pluginVersion": "7.4.5", "pluginVersion": "7.5.6",
"targets": [ "targets": [
{ {
"expr": "speedtest_ping_latency_milliseconds", "expr": "speedtest_ping_latency_milliseconds",
@ -291,6 +288,7 @@
}, },
"id": 6, "id": 6,
"links": [], "links": [],
"maxDataPoints": 50000,
"options": { "options": {
"graph": {}, "graph": {},
"legend": { "legend": {
@ -359,9 +357,7 @@
}, },
"datasource": "prometheus", "datasource": "prometheus",
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {},
"custom": {}
},
"overrides": [] "overrides": []
}, },
"gridPos": { "gridPos": {
@ -426,9 +422,7 @@
"dashes": false, "dashes": false,
"datasource": "prometheus", "datasource": "prometheus",
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {},
"custom": {}
},
"overrides": [] "overrides": []
}, },
"fill": 1, "fill": 1,
@ -459,7 +453,7 @@
"alertThreshold": true "alertThreshold": true
}, },
"percentage": false, "percentage": false,
"pluginVersion": "7.4.5", "pluginVersion": "7.5.6",
"pointradius": 5, "pointradius": 5,
"points": false, "points": false,
"renderer": "flot", "renderer": "flot",
@ -531,7 +525,7 @@
"list": [] "list": []
}, },
"time": { "time": {
"from": "now-24h", "from": "now-7d",
"to": "now" "to": "now"
}, },
"timepicker": { "timepicker": {
@ -562,5 +556,5 @@
"timezone": "browser", "timezone": "browser",
"title": "Internet connection", "title": "Internet connection",
"uid": "o9mIe_Aik", "uid": "o9mIe_Aik",
"version": 1 "version": 12
} }