Request early access

connecting-grafana-alertmanager.md

Rendered from /docs/getting-started/connecting-grafana-alertmanager.md

Connecting Grafana / Alertmanager

  1. Open Alertmanager configuration and add a webhook receiver pointing to your FixFast webhook URL.
  2. Include labels for service, environment, and any fingerprint-friendly identifiers.
  3. Send a test alert to verify delivery.
  4. Confirm receipt in FixFast and ensure labels populate the alert feed.

Expected payload shape

{
  "receiver": "fixfast",
  "status": "firing",
  "alerts": [
    {
      "status": "firing",
      "labels": {
        "alertname": "cpu_usage_high",
        "service": "payments-api",
        "environment": "prod"
      },
      "annotations": {
        "summary": "CPU usage above threshold",
        "fingerprint": "cpu_usage_high"
      }
    }
  ]
}

Retry behavior

Alertmanager will retry on non-2xx responses. Ensure the endpoint is reachable and TLS is valid.

FixFast — Alert & Incident Intelligence