DatabricksHongwen (Olivia) Song7 min readintermediate
RADAR: Catch gray failures with anomaly detection
Summary
Databricks built RADAR, a four‑stage, metric‑agnostic pipeline that uses streaming anomaly detection (SPOT) to surface gray failures in minutes with >90% precision. The blog shows how to recreate the system on Databricks for any metric, from billing to model drift.
- Gray failures are partial, silent incidents that evade traditional health checks; real‑time anomaly detection catches them early.
- RADAR’s pipeline: reliability metrics → SPOT streaming anomaly detection → enriched, deduped alerts → AI‑assisted root‑cause dashboards.
- The system runs on native Databricks components (Zerobus, Delta Lake, MLflow, SQL Alerts, AI/BI Genie) and can be deployed via a Declarative Asset Bundle.
- Using a single metric and a short AI prompt, you can auto‑generate the full RADAR stack for any business‑critical signal.
SREs and platform engineers need automated detection of partial failures to reduce incident discovery time and protect revenue.
6/10





