What problem does it solve?
Investigating DRT cluster health requires manually querying dozens of CockroachDB metrics, searching logs, and reconstructing which disruptive operations ran — then figuring out whether anomalies are real bugs or expected side-effects of chaos operations. This Skill automates that entire workflow and produces an evidence-backed health report.
Core Features & Use Cases
- Parallel Health Analysis: Launches three agents to reconstruct the operations timeline from Datadog events, check 10 batches of CockroachDB metrics (availability, latency, storage, changefeeds, jobs, goroutines, admission control, LSM, KV prober), and search logs for panics, OOMs, disk stalls, and novel error patterns.
- Correlation & Root Cause Grouping: Matches findings against disruptive operation windows using an operation-to-expected-impact mapping, distinguishing expected side-effects from real bugs, and groups findings into incidents by root cause.
- Interactive Drill-Down: Supports follow-up investigation of individual findings using structured protocols with causal-chain metrics and log search terms.
- Use Case: Ask "what happened on drt-scale-300 in the last 4 hours" and receive a tiered HEALTHY/DEGRADED/UNHEALTHY report with severity-classified findings linked to the operations that caused them.
Quick Start
Ask the assistant to analyze DRT cluster health, for example: run drt-analyze with cluster drt-scale-300 from now-4h to now.