diff --git a/assets/grafana/rss-dashboard.json b/assets/grafana/rss-dashboard.json index 7d5245c70..e739cd27a 100644 --- a/assets/grafana/rss-dashboard.json +++ b/assets/grafana/rss-dashboard.json @@ -2718,6 +2718,86 @@ "title": "metrics_SortingFiles_Value", "type": "timeseries" }, + { + "datasource": "${DS_PROMETHEUS}", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "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 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 14 + }, + "id": 48, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom" + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": "${DS_PROMETHEUS}", + "expr": "metrics_SortedFiles_Value", + "refId": "A" + } + ], + "title": "metrics_SortedFiles_Value", + "type": "timeseries" + }, { "datasource": "${DS_PROMETHEUS}", "fieldConfig": {