Integrations
Grafana
Inspect Grafana alerts, silences, annotations, dashboards, and datasources during an RCA.
What it covers in an RCA
Grafana establishes the active alert symptom, shows whether notifications were silenced, supplies deployment annotations for timestamp correlation, and exposes datasources when an apparent telemetry gap may be an observability problem.
Credentials
The preferred environment wiring is:
GRAFANA_URL=https://grafana.example.com
GRAFANA_TOKEN=replace_megrafana also honors the repo-local XDG_CONFIG_HOME. Running grafana login
inside the workspace stores its fallback profile at
.config/<env>/grafana-cli/config.yaml.
Read-only contract
This workspace is read-only by usage. Keep Grafana access to
the investigation reads documented below, and put staging or UAT credentials in
.env.staging / .env.uat rather than mixing them into production.
Key commands
grafana user current -o json
grafana alert rule list -o json
grafana alert silence list -o json
grafana annotation list --tags deploy -o json
grafana datasource list -o json