Skip to content

Commit

Permalink
fix: pod count in k8s-views-namespaces.json (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
elmariofredo authored Dec 20, 2023
1 parent 7061618 commit 98c9e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboards/k8s-views-namespaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
"type": "prometheus",
"uid": "${datasource}"
},
"expr": "sum(kube_pod_container_status_running{namespace=~\"$namespace\", cluster=\"$cluster\"})",
"expr": "sum(kube_pod_info{namespace=~\"$namespace\", cluster=\"$cluster\"})",
"interval": "",
"legendFormat": "Running Pods",
"refId": "A"
Expand Down

0 comments on commit 98c9e76

Please sign in to comment.