Skip to content

Commit

Permalink
Fix hub variable for jupyterhub_dashboard (#2721)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand authored Oct 23, 2024
2 parents 98970ba + 00ced12 commit a234597
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1292,14 +1292,14 @@
"datasource": {
"uid": "$PROMETHEUS_DS"
},
"definition": "",
"definition": "label_values({service=\"hub\"},namespace)",
"hide": 0,
"includeAll": true,
"includeAll": false,
"multi": true,
"name": "hub",
"options": [],
"query": {
"query": "label_values(kube_service_labels{service=\"hub\"}, namespace)",
"query": "label_values({service=\"hub\"},namespace)",
"refId": "Prometheus-hub-Variable-Query"
},
"refresh": 1,
Expand Down

0 comments on commit a234597

Please sign in to comment.