diff --git a/grafana/provisioning/dashboards/exporterhealth.json b/grafana/provisioning/dashboards/exporterhealth.json index 833031e..ddc0a6c 100644 --- a/grafana/provisioning/dashboards/exporterhealth.json +++ b/grafana/provisioning/dashboards/exporterhealth.json @@ -24,7 +24,6 @@ "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, - "id": 8, "links": [], "liveNow": false, "panels": [ @@ -84,6 +83,7 @@ }, "tooltip": { "show": true, + "showColorScale": false, "yHistogram": false }, "yAxis": { @@ -91,7 +91,7 @@ "reverse": false } }, - "pluginVersion": "9.4.7", + "pluginVersion": "10.2.3", "targets": [ { "datasource": { @@ -107,18 +107,117 @@ ], "title": "Data Exporter Thread Status", "type": "heatmap" + }, + { + "datasource": { + "type": "prometheus", + "uid": "PBFA97CFB590B2093" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "m" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 0 + }, + "id": 3, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "PBFA97CFB590B2093" + }, + "disableTextWrap": false, + "editorMode": "builder", + "expr": "exporter_uptime", + "fullMetaSearch": false, + "includeNullMetadata": true, + "instant": false, + "legendFormat": "__auto", + "range": true, + "refId": "A", + "useBackend": false + } + ], + "title": "Exporter Uptime", + "type": "timeseries" } ], "refresh": "30s", "revision": 1, - "schemaVersion": 38, - "style": "dark", + "schemaVersion": 39, "tags": [], "templating": { "list": [] }, "time": { - "from": "now-30m", + "from": "now-7d", "to": "now" }, "timepicker": { @@ -136,6 +235,6 @@ "timezone": "", "title": "Exporter Health", "uid": "Z23A-Ma4k", - "version": 6, + "version": 1, "weekStart": "" -} +} \ No newline at end of file