update dashboards
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
"editable": false,
|
||||
"fiscalYearStartMonth": 0,
|
||||
"graphTooltip": 0,
|
||||
"id": 301,
|
||||
"links": [],
|
||||
"panels": [
|
||||
{
|
||||
@@ -84,7 +83,7 @@
|
||||
"type": "prometheus",
|
||||
"uid": "prometheus"
|
||||
},
|
||||
"expr": "radrr_queue_total OR on() vector(0)",
|
||||
"expr": "radrr_queue_total{namespace=\"$namespace\"} OR on() vector(0)",
|
||||
"instant": true,
|
||||
"interval": "",
|
||||
"legendFormat": "Queued",
|
||||
@@ -95,7 +94,7 @@
|
||||
"type": "prometheus",
|
||||
"uid": "prometheus"
|
||||
},
|
||||
"expr": "radarr_history_total",
|
||||
"expr": "radarr_history_total{namespace=\"$namespace\"}",
|
||||
"hide": false,
|
||||
"instant": true,
|
||||
"interval": "",
|
||||
@@ -156,7 +155,7 @@
|
||||
"type": "prometheus",
|
||||
"uid": "prometheus"
|
||||
},
|
||||
"expr": "radarr_movie_missing_total",
|
||||
"expr": "radarr_movie_missing_total{namespace=\"$namespace\"}",
|
||||
"interval": "",
|
||||
"legendFormat": "Missing",
|
||||
"refId": "C"
|
||||
@@ -166,7 +165,7 @@
|
||||
"type": "prometheus",
|
||||
"uid": "prometheus"
|
||||
},
|
||||
"expr": "radarr_movie_monitored_total",
|
||||
"expr": "radarr_movie_monitored_total{namespace=\"$namespace\"}",
|
||||
"instant": false,
|
||||
"interval": "",
|
||||
"legendFormat": "Monitored",
|
||||
@@ -177,7 +176,7 @@
|
||||
"type": "prometheus",
|
||||
"uid": "prometheus"
|
||||
},
|
||||
"expr": "radarr_movie_total",
|
||||
"expr": "radarr_movie_total{namespace=\"$namespace\"}",
|
||||
"interval": "",
|
||||
"legendFormat": "Total",
|
||||
"refId": "B"
|
||||
@@ -243,7 +242,7 @@
|
||||
"type": "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": "",
|
||||
"legendFormat": "{{ quality }}",
|
||||
"refId": "A"
|
||||
@@ -317,7 +316,7 @@
|
||||
"uid": "prometheus"
|
||||
},
|
||||
"editorMode": "code",
|
||||
"expr": "radarr_movie_filesize_total",
|
||||
"expr": "radarr_movie_filesize_total{namespace=\"$namespace\"}",
|
||||
"instant": false,
|
||||
"interval": "",
|
||||
"legendFormat": "{{job}}",
|
||||
@@ -379,7 +378,7 @@
|
||||
"uid": "prometheus"
|
||||
},
|
||||
"editorMode": "code",
|
||||
"expr": "radarr_rootfolder_freespace_bytes, radarr_",
|
||||
"expr": "radarr_rootfolder_freespace_bytes{namespace=\"$namespace\"}",
|
||||
"instant": false,
|
||||
"interval": "",
|
||||
"legendFormat": "{{job}}",
|
||||
@@ -405,6 +404,17 @@
|
||||
"refresh": 1,
|
||||
"regex": "",
|
||||
"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",
|
||||
"title": "Radarr",
|
||||
"uid": "2a6acbba669631b2f359bd9e2ce84162",
|
||||
"version": 4,
|
||||
"weekStart": ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user