Skip to content

Commit

Permalink
Fix konnectivity-client metric registration.
Browse files Browse the repository at this point in the history
Kubernetes-commit: a9edc2c2191ae9b9fb527f9d65fa7d73406261ed
  • Loading branch information
jkh52 authored and k8s-publishing-bot committed Jan 25, 2023
1 parent fb6c47f commit 152b273
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions metrics/legacyregistry/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ var (

// Register registers a collectable metric but uses the global registry
Register = defaultRegistry.Register

// Registerer exposes the global registerer
Registerer = defaultRegistry.Registerer
)

func init() {
Expand Down

0 comments on commit 152b273

Please sign in to comment.