We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7288e1b commit 263b858Copy full SHA for 263b858
pkg/metrics/workqueue.go
@@ -21,8 +21,8 @@ import (
21
"k8s.io/client-go/util/workqueue"
22
)
23
24
-// This file is copied and adapted from k8s.io/kubernetes/pkg/util/workqueue/prometheus
25
-// which registers metrics to the default prometheus Registry. We require very
+// This file is copied and adapted from k8s.io/component-base/metrics/prometheus/workqueue
+// which registers metrics to the k8s legacy Registry. We require very
26
// similar functionality, but must register metrics to a different Registry.
27
28
// Metrics subsystem and all keys used by the workqueue.
0 commit comments