
“Your task workers now have vitals. The dashboard is the doctor.”
Task workers now expose their inner workings. You can now see CPU usage, memory consumption, event loop delays, and heap usage directly from your running workers. This gives developers visibility into how their workflows actually perform at runtime.
Beyond system metrics, you can now define your own custom metrics. Track whatever matters to your business logic—task completion rates, external API latencies, business KPIs—using the same instrumentation interface. The metrics pipeline handles aggregation automatically.
All collected data flows into ClickHouse with 10-second buckets and automatic 1m/5m rollups. The dashboard lets you query across typed attribute columns, format values for readability, and get AI-assisted help constructing queries. Your workers are now accountable.