You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(metrics): add metrics from cloud-provider library (#824)
This includes metrics about internal operations from
`k8s.io/cloud-provider` like the workqueue depth and requests to the
Kubernetes API.
This metrics were already exposed on `:8233/metrics` but this was not
documented or scraped.
This commit now uses the same registry for our metrics and the
Kubernetes libraries, and also exposes them on both ports for backwards
compatibility.
Besides having all data available, this will also help us with debugging
#661.
Co-authored-by: Lukas Metzner <lukas.metzner@hetzner-cloud.de>
0 commit comments