update dashboards
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
"editable": false,
|
||||
"fiscalYearStartMonth": 0,
|
||||
"graphTooltip": 0,
|
||||
"id": 302,
|
||||
"links": [],
|
||||
"panels": [
|
||||
{
|
||||
@@ -84,7 +83,7 @@
|
||||
"type": "prometheus",
|
||||
"uid": "prometheus"
|
||||
},
|
||||
"expr": "sonarr_queue_total OR on() vector(0)",
|
||||
"expr": "sonarr_queue_total{namespace=\"$namespace\"} OR on() vector(0)",
|
||||
"instant": true,
|
||||
"interval": "",
|
||||
"legendFormat": "Queued",
|
||||
@@ -95,7 +94,7 @@
|
||||
"type": "prometheus",
|
||||
"uid": "prometheus"
|
||||
},
|
||||
"expr": "sonarr_history_total",
|
||||
"expr": "sonarr_history_total{namespace=\"$namespace\"}",
|
||||
"hide": false,
|
||||
"instant": true,
|
||||
"interval": "",
|
||||
@@ -156,7 +155,7 @@
|
||||
"type": "prometheus",
|
||||
"uid": "prometheus"
|
||||
},
|
||||
"expr": "sonarr_series_monitored_total",
|
||||
"expr": "sonarr_series_monitored_total{namespace=\"$namespace\"}",
|
||||
"instant": false,
|
||||
"interval": "",
|
||||
"legendFormat": "Monitored",
|
||||
@@ -167,7 +166,7 @@
|
||||
"type": "prometheus",
|
||||
"uid": "prometheus"
|
||||
},
|
||||
"expr": "sonarr_series_total",
|
||||
"expr": "sonarr_series_total{namespace=\"$namespace\"}",
|
||||
"interval": "",
|
||||
"legendFormat": "Total",
|
||||
"refId": "B"
|
||||
@@ -226,7 +225,7 @@
|
||||
"type": "prometheus",
|
||||
"uid": "prometheus"
|
||||
},
|
||||
"expr": "sonarr_season_monitored_total",
|
||||
"expr": "sonarr_season_monitored_total{namespace=\"$namespace\"}",
|
||||
"instant": false,
|
||||
"interval": "",
|
||||
"legendFormat": "Monitored",
|
||||
@@ -237,7 +236,7 @@
|
||||
"type": "prometheus",
|
||||
"uid": "prometheus"
|
||||
},
|
||||
"expr": "sonarr_season_total",
|
||||
"expr": "sonarr_season_total{namespace=\"$namespace\"}",
|
||||
"interval": "",
|
||||
"legendFormat": "Total",
|
||||
"refId": "B"
|
||||
@@ -296,7 +295,7 @@
|
||||
"type": "prometheus",
|
||||
"uid": "prometheus"
|
||||
},
|
||||
"expr": "sonarr_episode_downloaded_total",
|
||||
"expr": "sonarr_episode_downloaded_total{namespace=\"$namespace\"}",
|
||||
"instant": false,
|
||||
"interval": "",
|
||||
"legendFormat": "Downloaded",
|
||||
@@ -307,7 +306,7 @@
|
||||
"type": "prometheus",
|
||||
"uid": "prometheus"
|
||||
},
|
||||
"expr": "sonarr_episode_total",
|
||||
"expr": "sonarr_episode_total{namespace=\"$namespace\"}",
|
||||
"interval": "",
|
||||
"legendFormat": "Total",
|
||||
"refId": "B"
|
||||
@@ -317,7 +316,7 @@
|
||||
"type": "prometheus",
|
||||
"uid": "prometheus"
|
||||
},
|
||||
"expr": "sonarr_episode_missing_total",
|
||||
"expr": "sonarr_episode_missing_total{namespace=\"$namespace\"}",
|
||||
"interval": "",
|
||||
"legendFormat": "Missing",
|
||||
"refId": "C"
|
||||
@@ -391,7 +390,7 @@
|
||||
"uid": "prometheus"
|
||||
},
|
||||
"editorMode": "code",
|
||||
"expr": "sonarr_series_filesize_bytes",
|
||||
"expr": "sonarr_series_filesize_bytes{namespace=\"$namespace\"}",
|
||||
"instant": false,
|
||||
"interval": "",
|
||||
"legendFormat": "{{job}}",
|
||||
@@ -426,8 +425,8 @@
|
||||
"gridPos": {
|
||||
"h": 5,
|
||||
"w": 8,
|
||||
"x": 0,
|
||||
"y": 15
|
||||
"x": 8,
|
||||
"y": 10
|
||||
},
|
||||
"id": 13,
|
||||
"options": {
|
||||
@@ -453,7 +452,7 @@
|
||||
"uid": "prometheus"
|
||||
},
|
||||
"editorMode": "code",
|
||||
"expr": "sonarr_rootfolder_freespace_bytes",
|
||||
"expr": "sonarr_rootfolder_freespace_bytes{namespace=\"$namespace\"}",
|
||||
"instant": false,
|
||||
"interval": "",
|
||||
"legendFormat": "{{ job }}",
|
||||
@@ -479,6 +478,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"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -490,6 +500,5 @@
|
||||
"timezone": "browser",
|
||||
"title": "Sonarr",
|
||||
"uid": "f28ecb46adfc02a0262e3d4c9b77fed0",
|
||||
"version": 3,
|
||||
"weekStart": ""
|
||||
}
|
||||
|
Reference in New Issue
Block a user