Skip to content

Commit

Permalink
Fix label of metric on sample Grafana dashboard (#1162)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Irwin <[email protected]>
  • Loading branch information
mikesir87 authored Jan 18, 2022
1 parent 5bb3c3a commit 6285dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana-dashboards/karpenter-pod-metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"exemplar": true,
"expr": "sum (karpenter_pods_state{namespace=~\"$namespace\", node=~\"$node\", zone=~\"$zone\", instance_type=~\"$instance_type\", owner=~\"$owner\", phase=~\"$phase\", arch=~\"$arch\", capacity_type=~\"$capacity_type\", provisioner=~\"$provisioner\"})",
"interval": "",
"legendFormat": "Number of Nodes",
"legendFormat": "Number of Pods",
"refId": "A"
}
],
Expand Down

0 comments on commit 6285dfe

Please sign in to comment.