Skip to content

Commit 56da204

Browse files
committed
tweak comment of the workqueue metrics file
1 parent a12aac0 commit 56da204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/metrics/workqueue.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ import (
2121
"k8s.io/client-go/util/workqueue"
2222
)
2323

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
24+
// This file is copied and adapted from k8s.io/component-base/metrics/prometheus/workqueue
25+
// which registers metrics to the k8s legacy Registry. We require very
2626
// similar functionality, but must register metrics to a different Registry.
2727

2828
// Metrics subsystem and all keys used by the workqueue.

0 commit comments

Comments
 (0)