Stack-aware spans, RED metrics on every route, and event-loop histograms shipped automatically from each Adensabais worker.
Aggregate requests across the fleet.
p7d error rate across customer workloads.
End-to-end node js handler latency.
Median event-loop delay across pools.
Every async hop in the nodejs runtime — Promises, queueMicrotask, setImmediate — appears as a parented span. The slow path becomes obvious.
trace 8c3f… 124ms ├─ ingress.http 4ms ├─ orders.handler 18ms │ ├─ pg.query 12ms │ └─ cache.get 2ms ├─ payments.charge 78ms ◄ slow └─ events.publish 6ms