Configure Grafana Alerting, Incident Response Management (IRM), and SLOs end-to-end — provisions Grafana-managed and data-source-managed alert rules, contact…
Grafana Alerting & IRM Docs: https://grafana.com/docs/grafana/latest/alerting.md Common Workflows Provisioning a new alert end-to-end Create contact points (where notifications go): curl -X POST https://grafana.example.com/api/v1/provisioning/contact-points \ -H 'Authorization: Bearer <token>' -H 'Content-Type: application/json' \ -d @contact-points.json Verify: curl https://grafana.example.com/api/v1/provisioning/contact-points \ -H 'Authorization: Bearer <token>' | jq '.[].name'
don't have the plugin yet? install it then click "run inline in claude" again.