Grafana

Grafana is where you can define dashboards to show the time series information that Prometheus is collecting. You just need to ensure you add a datasource:

datasources:
  - name: "prometheus-prod"
    type: prometheus
    access: proxy
    editable: false
    orgId: 1
    url: "http://prometheus-prod.monitoring.svc.cluster.local"
    version: 1
    jsonData:
      timeInterval: 30s

You can find existing polkadot dashboards at grafana.com -

Grafana example

Last change: 2024-03-29, commit: 937fd62