HealOps Analytics

Self-healing intelligence from healops.online

Issues Healed

+23%vs last period

Auto-Fix Rate

+8%vs last period

Avg Time to Heal

min
-35%vs last period

Health Score

/100
+12vs last period

Success Rate

%

Issues Prevented

Repos Monitored

Manual Required

DORA Impact: Before vs After HealOps

How HealOps improved your engineering velocity

Healing Activity (30 days)

Repository Health

Recent Healing Events

Connect HealOps to InfraStream

Send healing events from your HealOps instance to InfraStream for unified analytics.

POST to your InfraStream webhook:

curl -X POST https://your-infrastream.vercel.app/api/webhooks/healops \
  -H "Content-Type: application/json" \
  -H "x-healops-key: your-api-key" \
  -d '{
    "event_type": "healing_complete",
    "repo": "org/repo",
    "title": "Fixed CVE-2026-1234",
    "severity": "critical",
    "status": "healed",
    "healing_type": "security_fix",
    "confidence": 95,
    "auto_fix": true,
    "pr_number": 142,
    "time_to_heal": 8
  }'