helm-charts
helm-charts copied to clipboard
[kube-prometheus-stack] grafana dashboards in seperate chart
Is your feature request related to a problem ?
Tracking the dashboard states is currently buried within the operator chart. Having the dashboards in their own chart would also give non-operator charts a way to pull in the dashboards cleanly.
Describe the solution you'd like.
Separate the kube-prometheus-stack/templates/grafana/dashboards-1.14
charts into a separate chart that is pulled in optionally dependent on which flags are set.
Describe alternatives you've considered.
Maintaining my own smaller chart with just the dashboards
Additional context.
Having the dashboards mixed in with the operator isn't as clean as having a chart focused on just the operator and another on just the dashboards.
I'm having the same issue, I don't really know how to manage my monitoring dashboards with this chart,
Perhaps, we can add a value to add dashboard in the values.yml to make it simple ?
I'm having the same issue, I don't really know how to manage my monitoring dashboards with this chart,
Perhaps, we can add a value to add dashboard in the values.yml to make it simple ?
The Grafana chart supports importing dashboards which can then be set in your values file through grafana.dashboards
. I used such an import successfully, although, I admit, for numerous dashboards I ended up setting up a custom Helm chart solely with dashboards.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.
This is still something I'd like to see
This would be very handy in lots of situation.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.
I'd still like to see this
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.
I'd still like to see this resolved.
any update on this?
Hello,
I'd like to see the capability to define grafana dashboard/datasource in others chart.
I saw the grafana operator which can help to define a dashboard by using CRD (https://grafana.github.io/grafana-operator/docs/examples/dashboard_from_grafana_com/readme/).
Can we use it into the kube-prometheus-stack?
Thank you in advance.