Skip to content

Commit

Permalink
fix: added datasource for job var
Browse files Browse the repository at this point in the history
Signed-off-by: David Calvert <[email protected]>
  • Loading branch information
dotdc committed Dec 15, 2023
1 parent 568005e commit e62af09
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dashboards/k8s-views-pods.json
Original file line number Diff line number Diff line change
Expand Up @@ -2613,13 +2613,13 @@
},
{
"current": {
"selected": true,
"text": [
"kube-state-metrics"
],
"value": [
"kube-state-metrics"
]
"selected": false,
"text": "kube-state-metrics",
"value": "kube-state-metrics"
},
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"definition": "label_values(kube_pod_info,job)",
"hide": 0,
Expand Down

0 comments on commit e62af09

Please sign in to comment.