mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-17 08:20:33 +00:00
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Fix a bug with exposing prometheus client metrics in multiple components I think this is a bug caused by splitting the repos: prometheus metrics are registered in a module that initialized metrics client-go never uses. ```release-note Fix a bug that prevents client-go metrics from being registered in prometheus in multiple components. ```