diff --git a/grafana/Dashboard.json b/grafana/Dashboard.json index 821e788..a2072cb 100644 --- a/grafana/Dashboard.json +++ b/grafana/Dashboard.json @@ -1,7 +1,56 @@ { + "__inputs": [ + { + "name": "DS_PROMETHEUS", + "label": "Prometheus", + "description": "", + "type": "datasource", + "pluginId": "prometheus", + "pluginName": "Prometheus" + } + ], + "__requires": [ + { + "type": "panel", + "id": "gauge", + "name": "Gauge", + "version": "" + }, + { + "type": "grafana", + "id": "grafana", + "name": "Grafana", + "version": "6.7.4" + }, + { + "type": "panel", + "id": "graph", + "name": "Graph", + "version": "" + }, + { + "type": "datasource", + "id": "prometheus", + "name": "Prometheus", + "version": "1.0.0" + }, + { + "type": "panel", + "id": "singlestat", + "name": "Singlestat", + "version": "" + }, + { + "type": "panel", + "id": "table", + "name": "Table", + "version": "" + } + ], "annotations": { "list": [ { + "$$hashKey": "object:41", "builtIn": 1, "datasource": "-- Grafana --", "enable": true, @@ -16,7 +65,7 @@ "editable": true, "gnetId": 713, "graphTooltip": 2, - "id": 11, + "id": null, "links": [], "panels": [ { @@ -28,7 +77,7 @@ "rgba(237, 129, 40, 0.89)", "#1f78c1" ], - "datasource": "Prometheus", + "datasource": "${DS_PROMETHEUS}", "format": "none", "gauge": { "maxValue": 100, @@ -147,7 +196,7 @@ "rgba(237, 129, 40, 0.89)", "#1f78c1" ], - "datasource": "Prometheus", + "datasource": "${DS_PROMETHEUS}", "format": "none", "gauge": { "maxValue": 100, @@ -265,7 +314,7 @@ }, { "cacheTimeout": null, - "datasource": "Prometheus", + "datasource": "${DS_PROMETHEUS}", "gridPos": { "h": 6, "w": 6, @@ -371,7 +420,7 @@ }, { "cacheTimeout": null, - "datasource": "Prometheus", + "datasource": "${DS_PROMETHEUS}", "gridPos": { "h": 6, "w": 6, @@ -488,7 +537,7 @@ "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], - "datasource": "Prometheus", + "datasource": "${DS_PROMETHEUS}", "decimals": 1, "format": "dtdurations", "gauge": { @@ -614,7 +663,7 @@ "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], - "datasource": "Prometheus", + "datasource": "${DS_PROMETHEUS}", "decimals": 1, "format": "dtdurations", "gauge": { @@ -730,7 +779,7 @@ "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], - "datasource": "Prometheus", + "datasource": "${DS_PROMETHEUS}", "decimals": 1, "format": "decbytes", "gauge": { @@ -844,7 +893,7 @@ "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], - "datasource": "Prometheus", + "datasource": "${DS_PROMETHEUS}", "decimals": 1, "format": "decbytes", "gauge": { @@ -955,7 +1004,7 @@ "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], - "datasource": "Prometheus", + "datasource": "${DS_PROMETHEUS}", "decimals": 1, "format": "decbytes", "gauge": { @@ -1069,7 +1118,7 @@ "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], - "datasource": "Prometheus", + "datasource": "${DS_PROMETHEUS}", "decimals": 1, "format": "decbytes", "gauge": { @@ -1177,7 +1226,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": null, + "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { @@ -1285,7 +1334,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "Prometheus", + "datasource": "${DS_PROMETHEUS}", "editable": true, "fill": 1, "fillGradient": 0, @@ -1607,7 +1656,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "Prometheus", + "datasource": "${DS_PROMETHEUS}", "editable": true, "fill": 0, "fillGradient": 0, @@ -1818,7 +1867,7 @@ "bars": true, "dashLength": 10, "dashes": false, - "datasource": "Prometheus", + "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { @@ -2008,7 +2057,7 @@ }, { "columns": [], - "datasource": "Prometheus", + "datasource": "${DS_PROMETHEUS}", "fontSize": "100%", "gridPos": { "h": 8, @@ -2199,4 +2248,4 @@ "list": [] }, "version": 18 -} +} \ No newline at end of file