deis / monitor

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

How to show Heapster metrics at Grafana? #189

Closed pfeodrippe closed 7 years ago

pfeodrippe commented 7 years ago

There is a way to configure heapster, InfluxDB and Grafana in a Kubernetes cluster show here. How could I achieve this from the standalone heapster deploy using the already present InfluxDB and Grafana pods?

jchauncey commented 7 years ago

Not sure I fully understand. You already have a workflow install with influx and grafana and you want to send heapster metrics to that influx instance?

pfeodrippe commented 7 years ago

Yes, exactly. I've saw one of the posts at the deis blog talking about these three together, maybe setting the sink property at the heapster yaml config?

jchauncey commented 7 years ago

Yeah you could set the sink config for heapster and it would send those metrics to the influxdb instance installed by workflow.

pfeodrippe commented 7 years ago

@jchauncey Thanks!

bacongobbler commented 7 years ago

closing the question as answered, please feel free to re-open otherwise.