Closed jchauncey closed 8 years ago
https://github.com/kubernetes/kubernetes/blob/65b5d0cbf4f3fe2f2293b24b88ac1967ee9ecb1d/pkg/metrics/scheduler_metrics.go
We should capture the following metrics from the kube scheduler:
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/65b5d0cbf4f3fe2f2293b24b88ac1967ee9ecb1d/pkg/metrics/scheduler_metrics.go
We should capture the following metrics from the kube scheduler:
They use prometheus to expose this metrics so we should be able to use the telegraf prometheus client to poll that endpoint.