Skip to content

Commit afbc15b

Browse files
fix: BREAKING put karpenter_ignored_pod_count metric under scheduler subsystem (#2015)
Co-authored-by: Jonathan Innis <[email protected]>
1 parent c0e7299 commit afbc15b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/controllers/provisioning/scheduling/metrics.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ var (
7474
crmetrics.Registry,
7575
prometheus.GaugeOpts{
7676
Namespace: metrics.Namespace,
77-
Name: "ignored_pod_count",
77+
Subsystem: schedulerSubsystem,
78+
Name: "ignored_pods_count",
7879
Help: "Number of pods ignored during scheduling by Karpenter",
7980
},
8081
[]string{},

0 commit comments

Comments
 (0)