Integrations

Prometheus

Pull metrics, firing alerts, and historical query data to correlate with incidents.

Configuration

.env
PROMETHEUS_URL=http://localhost:9090

Seren queries /api/v1/query and /api/v1/alerts to surface firing alerts and metric anomalies at incident time.

Docker Compose

yaml
prometheus:
  image: prom/prometheus:latest
  ports:
    - "9090:9090"