Closed jchauncey closed 8 years ago
https://github.com/kubernetes/kubernetes/blob/f91101e0926acf70864dc83de4a1c680b4bf26cb/pkg/metrics/controller_manager_metrics.go
We should collect metrics exposed by the controller manager:
They use prometheus to expose this metrics so we should be able to use the telegraf prometheus client to poll that endpoint.
For now collecting these metrics are not possible. See https://github.com/kubernetes/kubernetes/issues/22382
https://github.com/kubernetes/kubernetes/blob/f91101e0926acf70864dc83de4a1c680b4bf26cb/pkg/metrics/controller_manager_metrics.go
We should collect metrics exposed by the controller manager:
They use prometheus to expose this metrics so we should be able to use the telegraf prometheus client to poll that endpoint.