Skip to content

Commit

Permalink
tweak comment of the workqueue metrics file
Browse files Browse the repository at this point in the history
  • Loading branch information
zqzten committed May 25, 2022
1 parent a12aac0 commit 56da204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/metrics/workqueue.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import (
"k8s.io/client-go/util/workqueue"
)

// This file is copied and adapted from k8s.io/kubernetes/pkg/util/workqueue/prometheus
// 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
// similar functionality, but must register metrics to a different Registry.

// Metrics subsystem and all keys used by the workqueue.
Expand Down

0 comments on commit 56da204

Please sign in to comment.