|
17 | 17 | {"datasource": {"type": "prometheus", "uid": "${ds_prometheus}"}, "fieldConfig": {"defaults": {"color": {"mode": "palette-classic"}, "custom": {"hideFrom": {"tooltip": false, "viz": false, "legend": false}}, "mappings": []}}, "gridPos": {"h": 8, "w": 12, "x": 12, "y": 4}, "id": 8, "options": {"reduceOptions": {"values": false, "fields": "", "calcs": ["lastNotNull"]}, "pieType": "donut", "displayLabels": ["name", "percent"], "legend": {"show": true, "placement": "right", "values": []}}, "targets": [{"expr": "radarr_video_codecs", "legendFormat": "{{label}}", "refId": "A", "instant": true}], "title": "Movies by Video Codec", "type": "piechart"}, |
18 | 18 | {"datasource": {"type": "prometheus", "uid": "${ds_prometheus}"}, "fieldConfig": {"defaults": {"color": {"mode": "palette-classic"}, "custom": {"hideFrom": {"tooltip": false, "viz": false, "legend": false}}, "mappings": []}}, "gridPos": {"h": 8, "w": 8, "x": 0, "y": 12}, "id": 9, "options": {"reduceOptions": {"values": false, "fields": "", "calcs": ["lastNotNull"]}, "pieType": "donut", "displayLabels": ["name", "percent"], "legend": {"show": true, "placement": "right", "values": []}}, "targets": [{"expr": "radarr_audio_codecs", "legendFormat": "{{label}}", "refId": "A", "instant": true}], "title": "Movies by Audio Codec", "type": "piechart"}, |
19 | 19 | {"datasource": {"type": "prometheus", "uid": "${ds_prometheus}"}, "fieldConfig": {"defaults": {"color": {"mode": "palette-classic"}, "custom": {"hideFrom": {"tooltip": false, "viz": false, "legend": false}}, "mappings": []}}, "gridPos": {"h": 8, "w": 8, "x": 8, "y": 12}, "id": 10, "options": {"reduceOptions": {"values": false, "fields": "", "calcs": ["lastNotNull"]}, "pieType": "donut", "displayLabels": ["name", "percent"], "legend": {"show": true, "placement": "right", "values": []}}, "targets": [{"expr": "radarr_filetypes", "legendFormat": "{{label}}", "refId": "A", "instant": true}], "title": "Movies by Filetype", "type": "piechart"}, |
20 | | - {"datasource": {"type": "prometheus", "uid": "${ds_prometheus}"}, "fieldConfig": {"defaults": {"color": {"mode": "palette-classic"}, "custom": {"hideFrom": {"tooltip": false, "viz": false, "legend": false}, "lineWidth": 1}}}, "gridPos": {"h": 8, "w": 8, "x": 16, "y": 12}, "id": 11, "options": {"orientation": "horizontal", "legend": {"show": false}}, "transformations": [{"id": "reduce", "options": {"reducers": ["lastNotNull"], "fields": "/.*/", "values": false}}, {"id": "sortBy", "options": {"sort": "name", "order": "asc"}}], "targets": [{"expr": "radarr_movies_by_year", "legendFormat": "{{label}}", "refId": "A", "instant": true}], "title": "Movies by Year", "type": "barchart"}, |
| 20 | + {"datasource": {"type": "prometheus", "uid": "${ds_prometheus}"}, "fieldConfig": {"defaults": {"color": {"mode": "palette-classic"}, "custom": {"hideFrom": {"tooltip": false, "viz": false, "legend": false}, "lineWidth": 1}}}, "gridPos": {"h": 8, "w": 8, "x": 16, "y": 12}, "id": 11, "options": {"orientation": "horizontal", "legend": {"show": false}}, "transformations": [{"id": "seriesToRows", "options": {}}, {"id": "sortBy", "options": {"sort": [{"field": "Metric", "desc": false}]}}], "targets": [{"expr": "radarr_movies_by_year", "legendFormat": "{{label}}", "refId": "A", "instant": true}], "title": "Movies by Year", "type": "barchart"}, |
21 | 21 | {"datasource": {"type": "prometheus", "uid": "${ds_prometheus}"}, "fieldConfig": {"defaults": {"color": {"mode": "palette-classic"}, "custom": {"hideFrom": {"tooltip": false, "viz": false, "legend": false}}}}, "gridPos": {"h": 8, "w": 24, "x": 0, "y": 20}, "id": 12, "options": {"legend": {"show": true, "displayMode": "list"}, "tooltip": {"mode": "multi", "sort": "none"}}, "targets": [{"expr": "radarr_cumulative_movies", "refId": "A", "instant": false}], "title": "Movies Library Size Over Time", "type": "timeseries"}, |
22 | 22 |
|
23 | 23 | {"datasource": {"type": "prometheus", "uid": "${ds_prometheus}"}, "fieldConfig": {"defaults": {"color": {"mode": "palette-classic"}, "custom": {"hideFrom": {"tooltip": false, "viz": false, "legend": false}}, "mappings": []}}, "gridPos": {"h": 8, "w": 12, "x": 0, "y": 28}, "id": 13, "options": {"reduceOptions": {"values": false, "fields": "", "calcs": ["lastNotNull"]}, "pieType": "donut", "displayLabels": ["name", "percent"], "legend": {"show": true, "placement": "right", "values": []}}, "targets": [{"expr": "sonarr_genres", "legendFormat": "{{label}}", "refId": "A", "instant": true}], "title": "Series by Genre", "type": "piechart"}, |
|
0 commit comments