group
This commit is contained in:
@@ -84,7 +84,8 @@
|
|||||||
"type": "prometheus",
|
"type": "prometheus",
|
||||||
"uid": "prometheus"
|
"uid": "prometheus"
|
||||||
},
|
},
|
||||||
"expr": "radrr_queue_total{namespace=\"$namespace\"} OR on() vector(0)",
|
"editorMode": "code",
|
||||||
|
"expr": "sum(radrr_queue_total{namespace=\"$namespace\"} OR on() vector(0)) by (namespace)",
|
||||||
"instant": true,
|
"instant": true,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "Queued",
|
"legendFormat": "Queued",
|
||||||
@@ -95,7 +96,8 @@
|
|||||||
"type": "prometheus",
|
"type": "prometheus",
|
||||||
"uid": "prometheus"
|
"uid": "prometheus"
|
||||||
},
|
},
|
||||||
"expr": "radarr_history_total{namespace=\"$namespace\"}",
|
"editorMode": "code",
|
||||||
|
"expr": "sum(radarr_history_total{namespace=\"$namespace\"}) by (namespace)",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"instant": true,
|
"instant": true,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
@@ -156,9 +158,11 @@
|
|||||||
"type": "prometheus",
|
"type": "prometheus",
|
||||||
"uid": "prometheus"
|
"uid": "prometheus"
|
||||||
},
|
},
|
||||||
"expr": "radarr_movie_missing_total{namespace=\"$namespace\"}",
|
"editorMode": "code",
|
||||||
|
"expr": "sum(radarr_movie_missing_total{namespace=\"$namespace\"}) by (namespace)",
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "Missing",
|
"legendFormat": "Missing",
|
||||||
|
"range": true,
|
||||||
"refId": "C"
|
"refId": "C"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -166,7 +170,8 @@
|
|||||||
"type": "prometheus",
|
"type": "prometheus",
|
||||||
"uid": "prometheus"
|
"uid": "prometheus"
|
||||||
},
|
},
|
||||||
"expr": "radarr_movie_monitored_total{namespace=\"$namespace\"}",
|
"editorMode": "code",
|
||||||
|
"expr": "sum(radarr_movie_monitored_total{namespace=\"$namespace\"}) by (namespace)",
|
||||||
"instant": false,
|
"instant": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "Monitored",
|
"legendFormat": "Monitored",
|
||||||
@@ -177,9 +182,11 @@
|
|||||||
"type": "prometheus",
|
"type": "prometheus",
|
||||||
"uid": "prometheus"
|
"uid": "prometheus"
|
||||||
},
|
},
|
||||||
"expr": "radarr_movie_total{namespace=\"$namespace\"}",
|
"editorMode": "code",
|
||||||
|
"expr": "sum(radarr_movie_total{namespace=\"$namespace\"}) by (namespace)",
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "Total",
|
"legendFormat": "Total",
|
||||||
|
"range": true,
|
||||||
"refId": "B"
|
"refId": "B"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -243,9 +250,11 @@
|
|||||||
"type": "prometheus",
|
"type": "prometheus",
|
||||||
"uid": "prometheus"
|
"uid": "prometheus"
|
||||||
},
|
},
|
||||||
"expr": "sort_desc(sum(radarr_movie_quality_total{namespace=\"$namespace\"}) by (quality))",
|
"editorMode": "code",
|
||||||
|
"expr": "sum(sort_desc(sum(radarr_movie_quality_total{namespace=\"$namespace\"}) by (quality))) by (namespace)",
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "{{ quality }}",
|
"legendFormat": "{{ quality }}",
|
||||||
|
"range": true,
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -306,7 +315,7 @@
|
|||||||
"values": false
|
"values": false
|
||||||
},
|
},
|
||||||
"showPercentChange": false,
|
"showPercentChange": false,
|
||||||
"textMode": "value_and_name",
|
"textMode": "auto",
|
||||||
"wideLayout": true
|
"wideLayout": true
|
||||||
},
|
},
|
||||||
"pluginVersion": "11.4.0",
|
"pluginVersion": "11.4.0",
|
||||||
@@ -317,10 +326,10 @@
|
|||||||
"uid": "prometheus"
|
"uid": "prometheus"
|
||||||
},
|
},
|
||||||
"editorMode": "code",
|
"editorMode": "code",
|
||||||
"expr": "radarr_movie_filesize_total{namespace=\"$namespace\"}",
|
"expr": "sum(radarr_movie_filesize_total{namespace=\"$namespace\"}) by (namespace)",
|
||||||
"instant": false,
|
"instant": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "{{job}}",
|
"legendFormat": "__auto",
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -379,7 +388,7 @@
|
|||||||
"uid": "prometheus"
|
"uid": "prometheus"
|
||||||
},
|
},
|
||||||
"editorMode": "code",
|
"editorMode": "code",
|
||||||
"expr": "radarr_rootfolder_freespace_bytes{namespace=\"$namespace\"}",
|
"expr": "sum(radarr_rootfolder_freespace_bytes{namespace=\"$namespace\"}) by (namespace)",
|
||||||
"instant": false,
|
"instant": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "{{job}}",
|
"legendFormat": "{{job}}",
|
||||||
@@ -422,7 +431,6 @@
|
|||||||
"definition": "label_values(radarr_system_status,namespace)",
|
"definition": "label_values(radarr_system_status,namespace)",
|
||||||
"includeAll": false,
|
"includeAll": false,
|
||||||
"label": "Instance",
|
"label": "Instance",
|
||||||
"multi": false,
|
|
||||||
"name": "namespace",
|
"name": "namespace",
|
||||||
"options": [],
|
"options": [],
|
||||||
"query": {
|
"query": {
|
||||||
@@ -444,5 +452,6 @@
|
|||||||
"timezone": "browser",
|
"timezone": "browser",
|
||||||
"title": "Radarr",
|
"title": "Radarr",
|
||||||
"uid": "2a6acbba669631b2f359bd9e2ce84162",
|
"uid": "2a6acbba669631b2f359bd9e2ce84162",
|
||||||
|
"version": 3,
|
||||||
"weekStart": ""
|
"weekStart": ""
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user