kube-eagle-helm-chart icon indicating copy to clipboard operation
kube-eagle-helm-chart copied to clipboard

Add grafana dashboards for prometheus operator

Open mfilotto opened this issue 5 years ago • 3 comments

It would be nice if grafana dasboards could be added though ConfigMap as it is done in https://github.com/helm/charts/tree/master/stable/prometheus-operator

mfilotto avatar Apr 26 '19 00:04 mfilotto

I would like to upvote this feature. I'm currently implementing and deploying in a production ready cluster prometheus and the whole monitoring stack, this would be really helpful. I won't have time in the near future to handle it, but if we decide kube-eagle is our way to go, I would potentially make a PR that would solve the issue.

mumrau avatar May 16 '19 12:05 mumrau

I'd accept a PR for this, but I don't have intentions to submit the PR myself. I can help by answering questions though.

weeco avatar May 16 '19 16:05 weeco

I solve this by adding the following config into prom-operator:

grafana:
  ...
  dashboards:
    public:
      kube-eagle:
        gnetId: 9871
        revision: 2
        datasource: Prometheus

So, it will automatically take the dashboard from https://grafana.com/dashboards.

botzill avatar May 30 '19 04:05 botzill