Skip to content

Commit

Permalink
fix dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpeople committed Dec 30, 2024
1 parent 53633a9 commit 8eb36a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kubernetes/apps/media/plex-exporter/app/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -1706,7 +1706,7 @@
"multi": true,
"name": "job",
"options": [],
"query": "label_values(plays_total, job)",
"query": "label_values(library_storage_total, job)",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
Expand All @@ -1730,7 +1730,7 @@
"multi": true,
"name": "instance",
"options": [],
"query": "label_values(plays_total{job=~\"$job\"}, instance)",
"query": "label_values(library_storage_total{job=~\"$job\"}, instance)",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
Expand All @@ -1754,7 +1754,7 @@
"multi": true,
"name": "server",
"options": [],
"query": "label_values(plays_total{job=~\"$job\", instance=~\"$instance\"}, server)",
"query": "label_values(library_storage_total{job=~\"$job\", instance=~\"$instance\"}, server)",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
Expand Down Expand Up @@ -1800,4 +1800,4 @@
"uid": "426b8c74a8b8d5403b4b3a29656c8342",
"version": 51,
"weekStart": ""
}
}

0 comments on commit 8eb36a9

Please sign in to comment.