update dashboard

This commit is contained in:
2025-05-15 15:17:26 -05:00
parent f721103b31
commit dedc7db226
2 changed files with 76 additions and 85 deletions

View File

@@ -18,7 +18,7 @@
"editable": false, "editable": false,
"fiscalYearStartMonth": 0, "fiscalYearStartMonth": 0,
"graphTooltip": 0, "graphTooltip": 0,
"id": 54, "id": 28,
"links": [], "links": [],
"panels": [ "panels": [
{ {
@@ -37,7 +37,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"description": "", "description": "",
"fieldConfig": { "fieldConfig": {
@@ -47,8 +47,7 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "rgb(255, 255, 255)", "color": "rgb(255, 255, 255)"
"value": null
} }
] ]
} }
@@ -77,12 +76,12 @@
"textMode": "auto", "textMode": "auto",
"wideLayout": true "wideLayout": true
}, },
"pluginVersion": "11.4.0", "pluginVersion": "12.0.0",
"targets": [ "targets": [
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "sum(radrr_queue_total{namespace=\"$namespace\"} OR on() vector(0)) by (namespace)", "expr": "sum(radrr_queue_total{namespace=\"$namespace\"} OR on() vector(0)) by (namespace)",
@@ -94,7 +93,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "sum(radarr_history_total{namespace=\"$namespace\"}) by (namespace)", "expr": "sum(radarr_history_total{namespace=\"$namespace\"}) by (namespace)",
@@ -111,7 +110,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"description": "", "description": "",
"fieldConfig": { "fieldConfig": {
@@ -121,8 +120,7 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "rgb(255, 255, 255)", "color": "rgb(255, 255, 255)"
"value": null
} }
] ]
} }
@@ -131,7 +129,7 @@
}, },
"gridPos": { "gridPos": {
"h": 16, "h": 16,
"w": 4, "w": 5,
"x": 5, "x": 5,
"y": 1 "y": 1
}, },
@@ -151,12 +149,12 @@
"textMode": "auto", "textMode": "auto",
"wideLayout": true "wideLayout": true
}, },
"pluginVersion": "11.4.0", "pluginVersion": "12.0.0",
"targets": [ "targets": [
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "sum(radarr_movie_missing_total{namespace=\"$namespace\"}) by (namespace)", "expr": "sum(radarr_movie_missing_total{namespace=\"$namespace\"}) by (namespace)",
@@ -168,7 +166,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "sum(radarr_movie_monitored_total{namespace=\"$namespace\"}) by (namespace)", "expr": "sum(radarr_movie_monitored_total{namespace=\"$namespace\"}) by (namespace)",
@@ -180,7 +178,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "sum(radarr_movie_total{namespace=\"$namespace\"}) by (namespace)", "expr": "sum(radarr_movie_total{namespace=\"$namespace\"}) by (namespace)",
@@ -196,7 +194,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {
@@ -218,8 +216,8 @@
}, },
"gridPos": { "gridPos": {
"h": 16, "h": 16,
"w": 7, "w": 11,
"x": 9, "x": 10,
"y": 1 "y": 1
}, },
"id": 4, "id": 4,
@@ -239,16 +237,17 @@
"values": false "values": false
}, },
"tooltip": { "tooltip": {
"hideZeros": false,
"mode": "single", "mode": "single",
"sort": "none" "sort": "none"
} }
}, },
"pluginVersion": "11.4.0", "pluginVersion": "12.0.0",
"targets": [ "targets": [
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "sort_desc(sum(radarr_movie_quality_total{namespace=\"$namespace\"}) by (quality))", "expr": "sort_desc(sum(radarr_movie_quality_total{namespace=\"$namespace\"}) by (quality))",
@@ -277,7 +276,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"description": "", "description": "",
"fieldConfig": { "fieldConfig": {
@@ -287,8 +286,7 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "rgb(255, 255, 255)", "color": "rgb(255, 255, 255)"
"value": null
} }
] ]
}, },
@@ -298,7 +296,7 @@
}, },
"gridPos": { "gridPos": {
"h": 5, "h": 5,
"w": 8, "w": 10,
"x": 0, "x": 0,
"y": 18 "y": 18
}, },
@@ -318,12 +316,12 @@
"textMode": "auto", "textMode": "auto",
"wideLayout": true "wideLayout": true
}, },
"pluginVersion": "11.4.0", "pluginVersion": "12.0.0",
"targets": [ "targets": [
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "sum(radarr_movie_filesize_total{namespace=\"$namespace\"}) by (namespace)", "expr": "sum(radarr_movie_filesize_total{namespace=\"$namespace\"}) by (namespace)",
@@ -339,7 +337,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"description": "", "description": "",
"fieldConfig": { "fieldConfig": {
@@ -349,8 +347,7 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "rgb(255, 255, 255)", "color": "rgb(255, 255, 255)"
"value": null
} }
] ]
}, },
@@ -360,8 +357,8 @@
}, },
"gridPos": { "gridPos": {
"h": 5, "h": 5,
"w": 8, "w": 11,
"x": 8, "x": 10,
"y": 18 "y": 18
}, },
"id": 13, "id": 13,
@@ -380,12 +377,12 @@
"textMode": "auto", "textMode": "auto",
"wideLayout": true "wideLayout": true
}, },
"pluginVersion": "11.4.0", "pluginVersion": "12.0.0",
"targets": [ "targets": [
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "sum(radarr_rootfolder_freespace_bytes{namespace=\"$namespace\"}) by (namespace)", "expr": "sum(radarr_rootfolder_freespace_bytes{namespace=\"$namespace\"}) by (namespace)",
@@ -401,14 +398,14 @@
], ],
"preload": true, "preload": true,
"refresh": "", "refresh": "",
"schemaVersion": 40, "schemaVersion": 41,
"tags": ["apps"], "tags": ["apps"],
"templating": { "templating": {
"list": [ "list": [
{ {
"current": { "current": {
"text": "Prometheus", "text": "Prometheus",
"value": "prometheus" "value": "kube-prometheus-stack"
}, },
"includeAll": false, "includeAll": false,
"label": "Datasource", "label": "Datasource",
@@ -421,8 +418,8 @@
}, },
{ {
"current": { "current": {
"text": "radarr5", "text": "radarr",
"value": "radarr5" "value": "radarr"
}, },
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
@@ -452,5 +449,5 @@
"timezone": "browser", "timezone": "browser",
"title": "Radarr", "title": "Radarr",
"uid": "2a6acbba669631b2f359bd9e2ce84162", "uid": "2a6acbba669631b2f359bd9e2ce84162",
"weekStart": "" "version": 2
} }

View File

@@ -18,7 +18,7 @@
"editable": false, "editable": false,
"fiscalYearStartMonth": 0, "fiscalYearStartMonth": 0,
"graphTooltip": 0, "graphTooltip": 0,
"id": 55, "id": 19,
"links": [], "links": [],
"panels": [ "panels": [
{ {
@@ -37,7 +37,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"description": "", "description": "",
"fieldConfig": { "fieldConfig": {
@@ -47,8 +47,7 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "rgb(255, 255, 255)", "color": "rgb(255, 255, 255)"
"value": null
} }
] ]
} }
@@ -77,12 +76,12 @@
"textMode": "auto", "textMode": "auto",
"wideLayout": true "wideLayout": true
}, },
"pluginVersion": "11.4.0", "pluginVersion": "12.0.0",
"targets": [ "targets": [
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"expr": "sonarr_queue_total{namespace=\"$namespace\"} OR on() vector(0)", "expr": "sonarr_queue_total{namespace=\"$namespace\"} OR on() vector(0)",
"instant": true, "instant": true,
@@ -93,7 +92,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "sum(sonarr_episode_missing_total{namespace=\"$namespace\"}) by (namespace)", "expr": "sum(sonarr_episode_missing_total{namespace=\"$namespace\"}) by (namespace)",
@@ -106,7 +105,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "sum(sonarr_history_total{namespace=\"$namespace\"}) by (namespace)", "expr": "sum(sonarr_history_total{namespace=\"$namespace\"}) by (namespace)",
@@ -123,7 +122,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"description": "", "description": "",
"fieldConfig": { "fieldConfig": {
@@ -133,8 +132,7 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "rgb(255, 255, 255)", "color": "rgb(255, 255, 255)"
"value": null
} }
] ]
} }
@@ -143,7 +141,7 @@
}, },
"gridPos": { "gridPos": {
"h": 5, "h": 5,
"w": 4, "w": 5,
"x": 5, "x": 5,
"y": 1 "y": 1
}, },
@@ -163,12 +161,12 @@
"textMode": "auto", "textMode": "auto",
"wideLayout": true "wideLayout": true
}, },
"pluginVersion": "11.4.0", "pluginVersion": "12.0.0",
"targets": [ "targets": [
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "sum(sonarr_series_monitored_total{namespace=\"$namespace\"}) by (namespace)", "expr": "sum(sonarr_series_monitored_total{namespace=\"$namespace\"}) by (namespace)",
@@ -180,7 +178,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "sum(sonarr_series_total{namespace=\"$namespace\"}) by (namespace)", "expr": "sum(sonarr_series_total{namespace=\"$namespace\"}) by (namespace)",
@@ -196,7 +194,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"description": "", "description": "",
"fieldConfig": { "fieldConfig": {
@@ -206,8 +204,7 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "rgb(255, 255, 255)", "color": "rgb(255, 255, 255)"
"value": null
} }
] ]
} }
@@ -216,7 +213,7 @@
}, },
"gridPos": { "gridPos": {
"h": 6, "h": 6,
"w": 4, "w": 5,
"x": 5, "x": 5,
"y": 6 "y": 6
}, },
@@ -236,12 +233,12 @@
"textMode": "auto", "textMode": "auto",
"wideLayout": true "wideLayout": true
}, },
"pluginVersion": "11.4.0", "pluginVersion": "12.0.0",
"targets": [ "targets": [
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "sum(sonarr_season_monitored_total{namespace=\"$namespace\"}) by (namespace)", "expr": "sum(sonarr_season_monitored_total{namespace=\"$namespace\"}) by (namespace)",
@@ -253,7 +250,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "sum(sonarr_season_total{namespace=\"$namespace\"}) by (namespace)", "expr": "sum(sonarr_season_total{namespace=\"$namespace\"}) by (namespace)",
@@ -269,7 +266,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"description": "", "description": "",
"fieldConfig": { "fieldConfig": {
@@ -279,8 +276,7 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "rgb(255, 255, 255)", "color": "rgb(255, 255, 255)"
"value": null
} }
] ]
} }
@@ -289,7 +285,7 @@
}, },
"gridPos": { "gridPos": {
"h": 5, "h": 5,
"w": 4, "w": 5,
"x": 5, "x": 5,
"y": 12 "y": 12
}, },
@@ -309,12 +305,12 @@
"textMode": "auto", "textMode": "auto",
"wideLayout": true "wideLayout": true
}, },
"pluginVersion": "11.4.0", "pluginVersion": "12.0.0",
"targets": [ "targets": [
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "sum(sonarr_episode_downloaded_total{namespace=\"$namespace\"}) by (namespace)", "expr": "sum(sonarr_episode_downloaded_total{namespace=\"$namespace\"}) by (namespace)",
@@ -326,7 +322,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "sum(sonarr_episode_total{namespace=\"$namespace\"}) by (namespace)", "expr": "sum(sonarr_episode_total{namespace=\"$namespace\"}) by (namespace)",
@@ -355,7 +351,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"description": "", "description": "",
"fieldConfig": { "fieldConfig": {
@@ -365,8 +361,7 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "rgb(255, 255, 255)", "color": "rgb(255, 255, 255)"
"value": null
} }
] ]
}, },
@@ -376,7 +371,7 @@
}, },
"gridPos": { "gridPos": {
"h": 5, "h": 5,
"w": 8, "w": 10,
"x": 0, "x": 0,
"y": 18 "y": 18
}, },
@@ -396,12 +391,12 @@
"textMode": "auto", "textMode": "auto",
"wideLayout": true "wideLayout": true
}, },
"pluginVersion": "11.4.0", "pluginVersion": "12.0.0",
"targets": [ "targets": [
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "sum(sonarr_series_filesize_bytes{namespace=\"$namespace\"}) by (namespace)", "expr": "sum(sonarr_series_filesize_bytes{namespace=\"$namespace\"}) by (namespace)",
@@ -417,7 +412,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"description": "", "description": "",
"fieldConfig": { "fieldConfig": {
@@ -427,8 +422,7 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "rgb(255, 255, 255)", "color": "rgb(255, 255, 255)"
"value": null
} }
] ]
}, },
@@ -438,8 +432,8 @@
}, },
"gridPos": { "gridPos": {
"h": 5, "h": 5,
"w": 8, "w": 9,
"x": 8, "x": 10,
"y": 18 "y": 18
}, },
"id": 13, "id": 13,
@@ -458,12 +452,12 @@
"textMode": "auto", "textMode": "auto",
"wideLayout": true "wideLayout": true
}, },
"pluginVersion": "11.4.0", "pluginVersion": "12.0.0",
"targets": [ "targets": [
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "sum(sonarr_rootfolder_freespace_bytes{namespace=\"$namespace\"}) by (namespace)", "expr": "sum(sonarr_rootfolder_freespace_bytes{namespace=\"$namespace\"}) by (namespace)",
@@ -479,14 +473,14 @@
], ],
"preload": true, "preload": true,
"refresh": "", "refresh": "",
"schemaVersion": 40, "schemaVersion": 41,
"tags": ["apps"], "tags": ["apps"],
"templating": { "templating": {
"list": [ "list": [
{ {
"current": { "current": {
"text": "Prometheus", "text": "Prometheus",
"value": "prometheus" "value": "kube-prometheus-stack"
}, },
"includeAll": false, "includeAll": false,
"label": "Datasource", "label": "Datasource",
@@ -499,8 +493,8 @@
}, },
{ {
"current": { "current": {
"text": "sonarr4", "text": "sonarr",
"value": "sonarr4" "value": "sonarr"
}, },
"datasource": "${DS_PROMETHEUS}", "datasource": "${DS_PROMETHEUS}",
"definition": "label_values(sonarr_system_status,namespace)", "definition": "label_values(sonarr_system_status,namespace)",
@@ -527,5 +521,5 @@
"timezone": "browser", "timezone": "browser",
"title": "Sonarr", "title": "Sonarr",
"uid": "f28ecb46adfc02a0262e3d4c9b77fed0", "uid": "f28ecb46adfc02a0262e3d4c9b77fed0",
"weekStart": "" "version": 2
} }