Exploring the possibility of a Grafana dashboard for Grafana monitoring

Hi, silly question perhaps, but is there a Grafana dashboard for Grafana itself? I’ve deployed the prometheus-operator and accompanying grafana, which comes with a ServiceMonitor that produces loads of metrics and I would like to check what’s up with everything :slightly_smiling_face:

check this out pretty cool stuff

https://github.com/monitoringartist/grafana-opentelemetry

Two things on this:

  1. Grafana has the self monitoring traces, to configure use this docs: https://grafana.com/docs/grafana/latest/setup-grafana/set-up-grafana-monitoring/|https://grafana.com/docs/grafana/latest/setup-grafana/set-up-grafana-monitoring/

  2. for cloud and enterprise there’s a dashboard to asses internal usage of grafana, here’s the docs: https://grafana.com/docs/grafana/latest/setup-grafana/set-up-grafana-monitoring/|https://grafana.com/docs/grafana/latest/setup-grafana/set-up-grafana-monitoring/

Hope it helps.