Skip to content

How to import dashboards by grafana sidecar #1331

@xixiangzouyibian

Description

@xixiangzouyibian

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"):
image

And I tried to configure following values for grafana helm chart:

service:
  type: LoadBalancer
sidecar:
  skipTlsVerify: true
  dashboards:
    enabled: true
  datasources:
    enabled: true

But it didn't wok well that the grafana UI said no datasources found, and the dashboard was not fully imported:
image

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

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions