-
Hello, I am making a few tests and spinning up some clusters in order to verify that the dashboards/alarms are working fine but I noticed that some Grafana Dashboard ConfigMaps are directly pointing to remote URLs, for example: data:
# https://grafana.com/grafana/dashboards/11350
erlang-memory-allocators-dashboard.json.url: https://grafana.com/api/dashboards/11350/revisions/5/download Source: https://github.com/rabbitmq/cluster-operator/tree/main/observability/grafana/dashboards By any chance is there another repo/source that might be the source of truth for dashboard configurations because I constantly get RateLimited by the Grafana Cloud: bash-5.1$ wget https://grafana.com/api/dashboards/10991/revisions/11/download
Connecting to grafana.com (34.120.177.193:443)
wget: server returned error: HTTP/1.1 429 Too Many Requests Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @m0sh1x2, they live in https://github.com/rabbitmq/rabbitmq-server/tree/master/deps/rabbitmq_prometheus/docker/grafana/dashboards. |
Beta Was this translation helpful? Give feedback.
Hi @m0sh1x2, they live in https://github.com/rabbitmq/rabbitmq-server/tree/master/deps/rabbitmq_prometheus/docker/grafana/dashboards.