Skip to content

Best Practices

Prometheus

To resolve incident faster, you should create documentation for your alerts.

To attach a documentation link to an alert, use the special annotation field calledrunbook. Add it with link to alert.annotations:

- alert: InstanceDown
  expr: up == 0
  annotations:
    runbook: https://yourdomain.confluence.com/alerts/InstanceDown

IMPulse will display the runbook link in the incident view like this: