diff --git a/grafana_model b/frigate_grafana_model.json similarity index 63% rename from grafana_model rename to frigate_grafana_model.json index bf257b0..b991124 100644 --- a/grafana_model +++ b/frigate_grafana_model.json @@ -1,4 +1,53 @@ { + "__inputs": [ + { + "name": "DS_PROMETHEUS", + "label": "Prometheus", + "description": "", + "type": "datasource", + "pluginId": "prometheus", + "pluginName": "Prometheus" + } + ], + "__elements": {}, + "__requires": [ + { + "type": "panel", + "id": "gauge", + "name": "Gauge", + "version": "" + }, + { + "type": "grafana", + "id": "grafana", + "name": "Grafana", + "version": "9.4.3" + }, + { + "type": "panel", + "id": "piechart", + "name": "Pie chart", + "version": "" + }, + { + "type": "datasource", + "id": "prometheus", + "name": "Prometheus", + "version": "1.0.0" + }, + { + "type": "panel", + "id": "table", + "name": "Table", + "version": "" + }, + { + "type": "panel", + "id": "timeseries", + "name": "Time series", + "version": "" + } + ], "annotations": { "list": [ { @@ -24,14 +73,14 @@ "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, - "id": 3, + "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "prometheus", - "uid": "jg7n1Vzre" + "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { @@ -40,7 +89,9 @@ }, "custom": { "align": "center", - "displayMode": "auto", + "cellOptions": { + "type": "auto" + }, "inspect": false }, "mappings": [], @@ -74,7 +125,7 @@ ] }, "gridPos": { - "h": 3, + "h": 4, "w": 24, "x": 0, "y": 0 @@ -83,6 +134,7 @@ "maxDataPoints": 1, "options": { "footer": { + "countRows": false, "fields": "", "reducer": [ "sum" @@ -92,20 +144,20 @@ "showHeader": true, "sortBy": [] }, - "pluginVersion": "9.3.6", + "pluginVersion": "9.4.3", "targets": [ { "datasource": { "type": "prometheus", - "uid": "jg7n1Vzre" + "uid": "${DS_PROMETHEUS}" }, "editorMode": "builder", "exemplar": false, "expr": "frigate_service_info", "format": "table", - "instant": false, + "instant": true, "legendFormat": "__auto", - "range": true, + "range": false, "refId": "A" } ], @@ -115,7 +167,7 @@ { "datasource": { "type": "prometheus", - "uid": "jg7n1Vzre" + "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { @@ -143,9 +195,9 @@ }, "gridPos": { "h": 6, - "w": 8, + "w": 4, "x": 0, - "y": 3 + "y": 4 }, "id": 23, "options": { @@ -160,12 +212,12 @@ "showThresholdLabels": true, "showThresholdMarkers": true }, - "pluginVersion": "9.3.6", + "pluginVersion": "9.4.3", "targets": [ { "datasource": { "type": "prometheus", - "uid": "jg7n1Vzre" + "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "frigate_detector_inference_speed_seconds*1000", @@ -180,7 +232,7 @@ { "datasource": { "type": "prometheus", - "uid": "jg7n1Vzre" + "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { @@ -194,6 +246,10 @@ { "color": "green", "value": null + }, + { + "color": "red", + "value": 80 } ] }, @@ -203,9 +259,9 @@ }, "gridPos": { "h": 6, - "w": 8, - "x": 8, - "y": 3 + "w": 4, + "x": 4, + "y": 4 }, "id": 25, "options": { @@ -220,12 +276,12 @@ "showThresholdLabels": true, "showThresholdMarkers": true }, - "pluginVersion": "9.3.6", + "pluginVersion": "9.4.3", "targets": [ { "datasource": { "type": "prometheus", - "uid": "jg7n1Vzre" + "uid": "${DS_PROMETHEUS}" }, "editorMode": "builder", "expr": "sum(frigate_cpu_usage_percent)", @@ -240,7 +296,7 @@ { "datasource": { "type": "prometheus", - "uid": "jg7n1Vzre" + "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { @@ -269,9 +325,9 @@ }, "gridPos": { "h": 6, - "w": 8, - "x": 16, - "y": 3 + "w": 4, + "x": 8, + "y": 4 }, "id": 26, "options": { @@ -286,12 +342,12 @@ "showThresholdLabels": true, "showThresholdMarkers": true }, - "pluginVersion": "9.3.6", + "pluginVersion": "9.4.3", "targets": [ { "datasource": { "type": "prometheus", - "uid": "jg7n1Vzre" + "uid": "${DS_PROMETHEUS}" }, "editorMode": "builder", "expr": "sum(frigate_mem_usage_percent)", @@ -306,7 +362,88 @@ { "datasource": { "type": "prometheus", - "uid": "jg7n1Vzre" + "uid": "${DS_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "mappings": [], + "unit": "decbytes" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 4 + }, + "id": 30, + "options": { + "displayLabels": [ + "percent", + "value" + ], + "legend": { + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "pieType": "pie", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "builder", + "expr": "frigate_storage_used_bytes{storage=\"/media/frigate/recordings\"}", + "hide": false, + "legendFormat": "Used", + "range": true, + "refId": "B" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "builder", + "expr": "frigate_storage_free_bytes{storage=\"/media/frigate/recordings\"}", + "hide": false, + "legendFormat": "Free", + "range": true, + "refId": "C" + } + ], + "title": "Recording Storage", + "type": "piechart" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { @@ -365,12 +502,18 @@ "h": 9, "w": 12, "x": 0, - "y": 9 + "y": 10 }, "id": 2, "options": { "legend": { - "calcs": [], + "calcs": [ + "mean", + "stdDev", + "min", + "max", + "range" + ], "displayMode": "list", "placement": "bottom", "showLegend": true @@ -384,7 +527,7 @@ { "datasource": { "type": "prometheus", - "uid": "jg7n1Vzre" + "uid": "${DS_PROMETHEUS}" }, "editorMode": "builder", "expr": "frigate_detector_inference_speed_seconds", @@ -399,7 +542,7 @@ { "datasource": { "type": "prometheus", - "uid": "jg7n1Vzre" + "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { @@ -450,7 +593,7 @@ } ] }, - "unit": "percent" + "unit": "decbytes" }, "overrides": [] }, @@ -458,9 +601,9 @@ "h": 8, "w": 12, "x": 12, - "y": 9 + "y": 12 }, - "id": 20, + "id": 16, "options": { "legend": { "calcs": [], @@ -477,115 +620,22 @@ { "datasource": { "type": "prometheus", - "uid": "jg7n1Vzre" + "uid": "${DS_PROMETHEUS}" }, "editorMode": "builder", - "expr": "frigate_gpu_usage_percent", - "legendFormat": "{{gpu}}", + "expr": "frigate_storage_total_bytes", + "legendFormat": "{{storage}}", "range": true, "refId": "A" } ], - "title": "GPU utilisation %", + "title": "Storage Total", "type": "timeseries" }, { "datasource": { "type": "prometheus", - "uid": "jg7n1Vzre" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "normal" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "percent" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 17 - }, - "id": 10, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "jg7n1Vzre" - }, - "editorMode": "builder", - "expr": "frigate_cpu_usage_percent", - "legendFormat": "PID={{pid}}", - "range": true, - "refId": "A" - } - ], - "title": "Process CPU usage", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "jg7n1Vzre" + "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { @@ -644,7 +694,7 @@ "h": 8, "w": 12, "x": 0, - "y": 18 + "y": 19 }, "id": 6, "options": { @@ -663,18 +713,18 @@ { "datasource": { "type": "prometheus", - "uid": "jg7n1Vzre" + "uid": "${DS_PROMETHEUS}" }, "editorMode": "builder", "expr": "frigate_detection_fps", - "legendFormat": "{{camera}}", + "legendFormat": "{{camera_name}}", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", - "uid": "jg7n1Vzre" + "uid": "${DS_PROMETHEUS}" }, "editorMode": "builder", "expr": "frigate_detection_total_fps", @@ -690,7 +740,7 @@ { "datasource": { "type": "prometheus", - "uid": "jg7n1Vzre" + "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { @@ -721,7 +771,7 @@ "spanNulls": false, "stacking": { "group": "A", - "mode": "normal" + "mode": "none" }, "thresholdsStyle": { "mode": "off" @@ -741,7 +791,7 @@ } ] }, - "unit": "percent" + "unit": "decbytes" }, "overrides": [] }, @@ -749,9 +799,9 @@ "h": 8, "w": 12, "x": 12, - "y": 25 + "y": 20 }, - "id": 18, + "id": 17, "options": { "legend": { "calcs": [], @@ -768,22 +818,208 @@ { "datasource": { "type": "prometheus", - "uid": "jg7n1Vzre" + "uid": "${DS_PROMETHEUS}" }, "editorMode": "builder", - "expr": "frigate_mem_usage_percent", - "legendFormat": "PID={{pid}}", + "expr": "frigate_storage_used_bytes", + "legendFormat": "{{storage}}", "range": true, "refId": "A" } ], - "title": "Process memory usage", + "title": "Storage Used", "type": "timeseries" }, { "datasource": { "type": "prometheus", - "uid": "jg7n1Vzre" + "uid": "${DS_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": 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": "tfp" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 27 + }, + "id": 35, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "builder", + "expr": "sum_over_time(frigate_detection_fps[24h])", + "legendFormat": "{{camera_name}}", + "range": true, + "refId": "A" + } + ], + "title": "Total Detection Frames Processed over 24h", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": 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": "bytes" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 28 + }, + "id": 14, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "builder", + "expr": "frigate_storage_free_bytes", + "legendFormat": "{{storage}}", + "range": true, + "refId": "A" + } + ], + "title": "Storage Free", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { @@ -843,7 +1079,7 @@ "h": 8, "w": 12, "x": 0, - "y": 26 + "y": 35 }, "id": 4, "options": { @@ -862,11 +1098,11 @@ { "datasource": { "type": "prometheus", - "uid": "jg7n1Vzre" + "uid": "${DS_PROMETHEUS}" }, "editorMode": "builder", "expr": "frigate_camera_fps", - "legendFormat": "{{camera}}", + "legendFormat": "{{camera_name}}", "range": true, "refId": "A" } @@ -877,9 +1113,8 @@ { "datasource": { "type": "prometheus", - "uid": "jg7n1Vzre" + "uid": "${DS_PROMETHEUS}" }, - "description": "", "fieldConfig": { "defaults": { "color": { @@ -934,12 +1169,12 @@ "overrides": [] }, "gridPos": { - "h": 6, + "h": 8, "w": 12, "x": 12, - "y": 33 + "y": 36 }, - "id": 21, + "id": 20, "options": { "legend": { "calcs": [], @@ -956,22 +1191,22 @@ { "datasource": { "type": "prometheus", - "uid": "jg7n1Vzre" + "uid": "${DS_PROMETHEUS}" }, "editorMode": "builder", - "expr": "frigate_gpu_mem_usage_percent", - "legendFormat": "{{gpu}}", + "expr": "frigate_gpu_usage_percent", + "legendFormat": "{{gpu_name}}", "range": true, "refId": "A" } ], - "title": "GPU memory usage %", + "title": "GPU utilisation %", "type": "timeseries" }, { "datasource": { "type": "prometheus", - "uid": "jg7n1Vzre" + "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { @@ -1031,7 +1266,7 @@ "h": 8, "w": 12, "x": 0, - "y": 34 + "y": 43 }, "id": 8, "options": { @@ -1050,11 +1285,11 @@ { "datasource": { "type": "prometheus", - "uid": "jg7n1Vzre" + "uid": "${DS_PROMETHEUS}" }, "editorMode": "builder", "expr": "frigate_skipped_fps", - "legendFormat": "{{camera}}", + "legendFormat": "{{camera_name}}", "range": true, "refId": "A" } @@ -1065,8 +1300,9 @@ { "datasource": { "type": "prometheus", - "uid": "jg7n1Vzre" + "uid": "${DS_PROMETHEUS}" }, + "description": "", "fieldConfig": { "defaults": { "color": { @@ -1116,6 +1352,202 @@ } ] }, + "unit": "percent" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 44 + }, + "id": 21, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "builder", + "expr": "frigate_gpu_mem_usage_percent", + "legendFormat": "{{gpu_name}}", + "range": true, + "refId": "A" + } + ], + "title": "GPU memory usage %", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "axisSoftMax": 100, + "axisSoftMin": 0, + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "normal" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "percent" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 51 + }, + "id": 32, + "options": { + "legend": { + "calcs": [ + "mean", + "stdDev", + "min", + "max", + "range" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Mean", + "sortDesc": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "builder", + "expr": "frigate_cpu_usage_percent{type=~\"Camera|Detector\"}", + "hide": false, + "legendFormat": "{{name}} {{process}} {{pid}}", + "range": true, + "refId": "A" + } + ], + "title": "CPU Usage", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": 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" + }, + { + "color": "red", + "value": 80 + } + ] + }, "unit": "s" }, "overrides": [] @@ -1124,7 +1556,7 @@ "h": 8, "w": 12, "x": 12, - "y": 39 + "y": 52 }, "id": 28, "options": { @@ -1143,34 +1575,137 @@ { "datasource": { "type": "prometheus", - "uid": "jg7n1Vzre" + "uid": "${DS_PROMETHEUS}" }, "editorMode": "builder", "expr": "scrape_duration_seconds{job=\"frigate\"}", - "legendFormat": "__auto", + "legendFormat": "{{job}}", "range": true, "refId": "A" } ], "title": "Scrape Duration", "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "axisSoftMin": 0, + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "normal" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "percent" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 59 + }, + "id": 34, + "options": { + "legend": { + "calcs": [ + "mean", + "stdDev", + "min", + "max", + "range" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Mean", + "sortDesc": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "builder", + "expr": "frigate_mem_usage_percent{type=~\"Camera|Detector\"}", + "hide": false, + "legendFormat": "{{name}} {{process}} {{pid}}", + "range": true, + "refId": "A" + } + ], + "title": "Memory Usage", + "type": "timeseries" } ], - "refresh": "1m", - "schemaVersion": 37, + "refresh": "10s", + "revision": 1, + "schemaVersion": 38, "style": "dark", "tags": [], "templating": { "list": [] }, "time": { - "from": "now-5m", + "from": "now-24h", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Frigate", - "uid": "rfryG56W7", - "version": 22, + "uid": "89VouM14z", + "version": 26, "weekStart": "" } \ No newline at end of file diff --git a/grafana-screenshot.png b/grafana-screenshot.png index 8bf4a76..ee747e8 100644 Binary files a/grafana-screenshot.png and b/grafana-screenshot.png differ