deis / monitor

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

Implement permanent storage for Grafana #92

Closed jchauncey closed 7 years ago

jchauncey commented 8 years ago

The grafana pod should be able to restore data from a persistent storage option.

felipejfc commented 8 years ago

+1

My grafana pod sometimes restarts and then I lose all the dashboards on it :/

jchauncey commented 8 years ago

For a work around you can always export the json after you have made your changes. It is also possible to take that json and add it here and rebuild the image and deploy it so your dashboards show up when the container starts.

jgmize commented 7 years ago

see https://github.com/kubernetes/charts/tree/master/stable/grafana for implementation.

vdice commented 7 years ago

On-cluster storage option (via pv,pvc) implemented in https://github.com/deis/monitor/pull/169