-
Notifications
You must be signed in to change notification settings - Fork 308
Description
Hi,
I referred the document: https://www.rabbitmq.com/kubernetes/operator/operator-monitoring.html and tried to import example dashboards into grafana: https://github.com/rabbitmq/cluster-operator/tree/main/observability/grafana/dashboards.
But the document was so brief both in rabbitmq and grafana side, which took me a long time to figure out how I needed to specify helm chart values during the grafana installation.
My environment was (following the rabbitmq document to "kubectl apply all of examples"):

And I tried to configure following values for grafana helm chart:
service:
type: LoadBalancer
sidecar:
skipTlsVerify: true
dashboards:
enabled: true
datasources:
enabled: trueBut it didn't wok well that the grafana UI said no datasources found, and the dashboard was not fully imported:

Please advise how to configure the grafana helm chart values to import the example dashboards.