Skip to content

Commit

Permalink
BREAKING CHANGE: force a release to fix #106 and #107
Browse files Browse the repository at this point in the history
Signed-off-by: David Calvert <[email protected]>
  • Loading branch information
dotdc committed Apr 25, 2024
1 parent b7d3553 commit 75dd5a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dashboards/k8s-views-pods.json
Original file line number Diff line number Diff line change
Expand Up @@ -2642,15 +2642,15 @@
"type": "prometheus",
"uid": "${datasource}"
},
"definition": "label_values(kube_pod_info,job)",
"definition": "label_values(kube_pod_info{namespace=\"$namespace\", cluster=\"$cluster\"},job)",
"hide": 0,
"includeAll": false,
"multi": true,
"name": "job",
"options": [],
"query": {
"qryType": 1,
"query": "label_values(kube_pod_info,job)",
"query": "label_values(kube_pod_info{namespace=\"$namespace\", cluster=\"$cluster\"},job)",
"refId": "PrometheusVariableQueryEditor-VariableQuery"
},
"refresh": 1,
Expand All @@ -2669,6 +2669,6 @@
"timezone": "",
"title": "Kubernetes / Views / Pods",
"uid": "k8s_views_pods",
"version": 26,
"version": 27,
"weekStart": ""
}

0 comments on commit 75dd5a1

Please sign in to comment.