deis / monitor

Monitoring for Deis Workflow
https://deis.com
MIT License
22 stars 32 forks source link

Metrics: Kube Scheduler #65

Closed jchauncey closed 8 years ago

jchauncey commented 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.

jchauncey commented 8 years ago

For now collecting these metrics are not possible. See https://github.com/kubernetes/kubernetes/issues/22382