-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provision dashboards at runtime #55
Comments
Grafana v5 should auto provision dashboards as well when the underlying configmap is changed. If this doesn't work that would be a bug. What the chart uses was initially implemented by us at coreos within the kube-prometheus project, but we talked to the Grafana people and they integrated it directly into Grafana, so we removed our hack 🙂 . |
Hi @brancz thanks for the response. Is your recommendation here to redeploy the whole grafana stack? We are using this project through prometheus operator so this a little heavy handed. |
That's exactly what this entire stack was designed for. Why do you feel it's "heavy handed"? You just need to update the ConfigMap and Grafana will automatically reload it and provision the dashboards. |
Hi,
We're using this project through the prometheus-operator, and are finding the workflow of adding dashboards a little clunky.
I've noticed that in the official helm charts for grafana, there's an option for using a sidecar to provision dashboards by monitoring configmaps with a given label/namespace. Is this something that this project is interested in porting over?
The text was updated successfully, but these errors were encountered: