Skip to content

Commit

Permalink
Remove prometheus labels in dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
HyeockJinKim committed Jan 14, 2025
1 parent 0d6682d commit e30d8f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/grafana/dashboards/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -1634,14 +1634,14 @@
"text": "All",
"value": "$__all"
},
"definition": "label_values(up,job)",
"definition": "label_values(up{job!=\"prometheus\"},job)",
"description": "",
"includeAll": true,
"name": "jobs",
"options": [],
"query": {
"qryType": 1,
"query": "label_values(up,job)",
"query": "label_values(up{job!=\"prometheus\"},job)",
"refId": "PrometheusVariableQueryEditor-VariableQuery"
},
"refresh": 1,
Expand All @@ -1658,6 +1658,6 @@
"timezone": "browser",
"title": "Manager Dashboard",
"uid": "fe5pw9i1ftb0gc",
"version": 1,
"version": 3,
"weekStart": ""
}

0 comments on commit e30d8f9

Please sign in to comment.