Skip to content

Commit

Permalink
fix(k8s-system-coredns): add datasource for the job variable (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexintech authored Apr 20, 2024
1 parent d301cc5 commit 9a6b1c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dashboards/k8s-system-coredns.json
Original file line number Diff line number Diff line change
Expand Up @@ -1602,6 +1602,10 @@
"coredns"
]
},
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"definition": "label_values(coredns_build_info{cluster=\"$cluster\"},job)",
"hide": 0,
"includeAll": false,
Expand Down

0 comments on commit 9a6b1c9

Please sign in to comment.