nubisproject / nubis-kubernetes

Kubernetes deployment in Nubis
Mozilla Public License 2.0
1 stars 4 forks source link

Export kubernetes metrics to prometheus #15

Open tinnightcap opened 6 years ago

gozer commented 6 years ago

Use https://github.com/kubernetes/kube-state-metrics

limed commented 6 years ago

Correct me if I'm wrong but doesn't kubernetes expose prometheus metrics on its own? Based on: https://prometheus.io/docs/instrumenting/exporters/

Which means we don't really need to install an exporter

limed commented 6 years ago

Needs nubisproject/nubis-deploy#416 fixed as well

limed commented 6 years ago

@gozer comment about kube-state-metrics is right we need to look into that as well.

The metric endpoints are available but we will also need to actually scrape them on the prometheus side of things