update dashboards

This commit is contained in:
2025-01-05 17:18:54 -06:00
parent 85519859ee
commit fc93f9a85e
3 changed files with 43 additions and 27 deletions

View File

@@ -18,7 +18,6 @@
"editable": false, "editable": false,
"fiscalYearStartMonth": 0, "fiscalYearStartMonth": 0,
"graphTooltip": 0, "graphTooltip": 0,
"id": 300,
"links": [], "links": [],
"panels": [ "panels": [
{ {
@@ -1377,6 +1376,5 @@
"timezone": "browser", "timezone": "browser",
"title": "Immich", "title": "Immich",
"uid": "0d41a8234bdf8d25079f759c2e3f3d0a", "uid": "0d41a8234bdf8d25079f759c2e3f3d0a",
"version": 2,
"weekStart": "" "weekStart": ""
} }

View File

@@ -18,7 +18,6 @@
"editable": false, "editable": false,
"fiscalYearStartMonth": 0, "fiscalYearStartMonth": 0,
"graphTooltip": 0, "graphTooltip": 0,
"id": 301,
"links": [], "links": [],
"panels": [ "panels": [
{ {
@@ -84,7 +83,7 @@
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "prometheus"
}, },
"expr": "radrr_queue_total OR on() vector(0)", "expr": "radrr_queue_total{namespace=\"$namespace\"} OR on() vector(0)",
"instant": true, "instant": true,
"interval": "", "interval": "",
"legendFormat": "Queued", "legendFormat": "Queued",
@@ -95,7 +94,7 @@
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "prometheus"
}, },
"expr": "radarr_history_total", "expr": "radarr_history_total{namespace=\"$namespace\"}",
"hide": false, "hide": false,
"instant": true, "instant": true,
"interval": "", "interval": "",
@@ -156,7 +155,7 @@
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "prometheus"
}, },
"expr": "radarr_movie_missing_total", "expr": "radarr_movie_missing_total{namespace=\"$namespace\"}",
"interval": "", "interval": "",
"legendFormat": "Missing", "legendFormat": "Missing",
"refId": "C" "refId": "C"
@@ -166,7 +165,7 @@
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "prometheus"
}, },
"expr": "radarr_movie_monitored_total", "expr": "radarr_movie_monitored_total{namespace=\"$namespace\"}",
"instant": false, "instant": false,
"interval": "", "interval": "",
"legendFormat": "Monitored", "legendFormat": "Monitored",
@@ -177,7 +176,7 @@
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "prometheus"
}, },
"expr": "radarr_movie_total", "expr": "radarr_movie_total{namespace=\"$namespace\"}",
"interval": "", "interval": "",
"legendFormat": "Total", "legendFormat": "Total",
"refId": "B" "refId": "B"
@@ -243,7 +242,7 @@
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "prometheus"
}, },
"expr": "sort_desc(sum(radarr_movie_quality_total) by (quality))", "expr": "sort_desc(sum(radarr_movie_quality_total{namespace=\"$namespace\"}) by (quality))",
"interval": "", "interval": "",
"legendFormat": "{{ quality }}", "legendFormat": "{{ quality }}",
"refId": "A" "refId": "A"
@@ -317,7 +316,7 @@
"uid": "prometheus" "uid": "prometheus"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "radarr_movie_filesize_total", "expr": "radarr_movie_filesize_total{namespace=\"$namespace\"}",
"instant": false, "instant": false,
"interval": "", "interval": "",
"legendFormat": "{{job}}", "legendFormat": "{{job}}",
@@ -379,7 +378,7 @@
"uid": "prometheus" "uid": "prometheus"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "radarr_rootfolder_freespace_bytes, radarr_", "expr": "radarr_rootfolder_freespace_bytes{namespace=\"$namespace\"}",
"instant": false, "instant": false,
"interval": "", "interval": "",
"legendFormat": "{{job}}", "legendFormat": "{{job}}",
@@ -405,6 +404,17 @@
"refresh": 1, "refresh": 1,
"regex": "", "regex": "",
"type": "datasource" "type": "datasource"
},
{
"datasource": "${DS_PROMETHEUS}",
"includeAll": false,
"label": "Instance",
"name": "namespace",
"options": [],
"query": "label_values(namespace)",
"refresh": 1,
"regex": "",
"type": "query"
} }
] ]
}, },
@@ -416,6 +426,5 @@
"timezone": "browser", "timezone": "browser",
"title": "Radarr", "title": "Radarr",
"uid": "2a6acbba669631b2f359bd9e2ce84162", "uid": "2a6acbba669631b2f359bd9e2ce84162",
"version": 4,
"weekStart": "" "weekStart": ""
} }

View File

@@ -18,7 +18,6 @@
"editable": false, "editable": false,
"fiscalYearStartMonth": 0, "fiscalYearStartMonth": 0,
"graphTooltip": 0, "graphTooltip": 0,
"id": 302,
"links": [], "links": [],
"panels": [ "panels": [
{ {
@@ -84,7 +83,7 @@
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "prometheus"
}, },
"expr": "sonarr_queue_total OR on() vector(0)", "expr": "sonarr_queue_total{namespace=\"$namespace\"} OR on() vector(0)",
"instant": true, "instant": true,
"interval": "", "interval": "",
"legendFormat": "Queued", "legendFormat": "Queued",
@@ -95,7 +94,7 @@
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "prometheus"
}, },
"expr": "sonarr_history_total", "expr": "sonarr_history_total{namespace=\"$namespace\"}",
"hide": false, "hide": false,
"instant": true, "instant": true,
"interval": "", "interval": "",
@@ -156,7 +155,7 @@
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "prometheus"
}, },
"expr": "sonarr_series_monitored_total", "expr": "sonarr_series_monitored_total{namespace=\"$namespace\"}",
"instant": false, "instant": false,
"interval": "", "interval": "",
"legendFormat": "Monitored", "legendFormat": "Monitored",
@@ -167,7 +166,7 @@
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "prometheus"
}, },
"expr": "sonarr_series_total", "expr": "sonarr_series_total{namespace=\"$namespace\"}",
"interval": "", "interval": "",
"legendFormat": "Total", "legendFormat": "Total",
"refId": "B" "refId": "B"
@@ -226,7 +225,7 @@
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "prometheus"
}, },
"expr": "sonarr_season_monitored_total", "expr": "sonarr_season_monitored_total{namespace=\"$namespace\"}",
"instant": false, "instant": false,
"interval": "", "interval": "",
"legendFormat": "Monitored", "legendFormat": "Monitored",
@@ -237,7 +236,7 @@
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "prometheus"
}, },
"expr": "sonarr_season_total", "expr": "sonarr_season_total{namespace=\"$namespace\"}",
"interval": "", "interval": "",
"legendFormat": "Total", "legendFormat": "Total",
"refId": "B" "refId": "B"
@@ -296,7 +295,7 @@
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "prometheus"
}, },
"expr": "sonarr_episode_downloaded_total", "expr": "sonarr_episode_downloaded_total{namespace=\"$namespace\"}",
"instant": false, "instant": false,
"interval": "", "interval": "",
"legendFormat": "Downloaded", "legendFormat": "Downloaded",
@@ -307,7 +306,7 @@
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "prometheus"
}, },
"expr": "sonarr_episode_total", "expr": "sonarr_episode_total{namespace=\"$namespace\"}",
"interval": "", "interval": "",
"legendFormat": "Total", "legendFormat": "Total",
"refId": "B" "refId": "B"
@@ -317,7 +316,7 @@
"type": "prometheus", "type": "prometheus",
"uid": "prometheus" "uid": "prometheus"
}, },
"expr": "sonarr_episode_missing_total", "expr": "sonarr_episode_missing_total{namespace=\"$namespace\"}",
"interval": "", "interval": "",
"legendFormat": "Missing", "legendFormat": "Missing",
"refId": "C" "refId": "C"
@@ -391,7 +390,7 @@
"uid": "prometheus" "uid": "prometheus"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "sonarr_series_filesize_bytes", "expr": "sonarr_series_filesize_bytes{namespace=\"$namespace\"}",
"instant": false, "instant": false,
"interval": "", "interval": "",
"legendFormat": "{{job}}", "legendFormat": "{{job}}",
@@ -426,8 +425,8 @@
"gridPos": { "gridPos": {
"h": 5, "h": 5,
"w": 8, "w": 8,
"x": 0, "x": 8,
"y": 15 "y": 10
}, },
"id": 13, "id": 13,
"options": { "options": {
@@ -453,7 +452,7 @@
"uid": "prometheus" "uid": "prometheus"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "sonarr_rootfolder_freespace_bytes", "expr": "sonarr_rootfolder_freespace_bytes{namespace=\"$namespace\"}",
"instant": false, "instant": false,
"interval": "", "interval": "",
"legendFormat": "{{ job }}", "legendFormat": "{{ job }}",
@@ -479,6 +478,17 @@
"refresh": 1, "refresh": 1,
"regex": "", "regex": "",
"type": "datasource" "type": "datasource"
},
{
"datasource": "${DS_PROMETHEUS}",
"includeAll": false,
"label": "Instance",
"name": "namespace",
"options": [],
"query": "label_values(namespace)",
"refresh": 1,
"regex": "",
"type": "query"
} }
] ]
}, },
@@ -490,6 +500,5 @@
"timezone": "browser", "timezone": "browser",
"title": "Sonarr", "title": "Sonarr",
"uid": "f28ecb46adfc02a0262e3d4c9b77fed0", "uid": "f28ecb46adfc02a0262e3d4c9b77fed0",
"version": 3,
"weekStart": "" "weekStart": ""
} }