Skip to main content
Configure Grafana as an alert source so Foggy automatically investigates when alerts fire. No manual intervention needed — Foggy starts an investigation the moment an alert triggers.

How it works

  1. An alert fires in Grafana
  2. Foggy receives the alert with its full context (name, labels, severity, duration)
  3. Foggy automatically starts an investigation using the alert as the starting point
  4. Results are delivered to Slack (if configured) and stored as a thread in the web interface

Setup

Go to ConnectorsAdd ConnectorGrafana Alerts and fill in the form.
FieldRequiredDescription
NameYesA label for this alert source (e.g. “Production Grafana Alerts”)
HostYesYour Grafana instance URL (e.g. https://my-company.grafana.com)
TokenNoAPI token for accessing alerts

Alert storm handling

Foggy handles alert storms intelligently using a queue-based approach:
  • Bundling — If an investigation is already running, incoming alerts are queued and investigated together in a single bundled pass when the queue drains. During a cascading failure with 20 alerts, you get one bundled investigation that connects the dots — not 20 separate ones.
  • Dedup — The same alert firing repeatedly while queued counts as one entry (with a fire count), not separate investigations.

Pairing with automations

Use Grafana Alerts as a trigger for alert-triggered automations. Define filter rules to match specific alert labels so only relevant alerts trigger investigations.
Foggy uses read-only access. Your data is never modified.

Next steps