Add changelog for #3881

This commit is contained in:
Mark Backman
2026-02-28 14:05:25 -05:00
parent b1e55fd6c2
commit 98bd530574
3 changed files with 19 additions and 16 deletions

View File

@@ -1 +1 @@
- Added `StartupTimingObserver` for measuring how long each processor's `start()` method takes during pipeline startup. Also measures transport readiness — the time from `StartFrame` to first client connection — via the `on_transport_readiness_measured` event. Useful for diagnosing cold start slowness and identifying initialization bottlenecks.
- Added `StartupTimingObserver` for measuring how long each processor's `start()` method takes during pipeline startup. Also measures transport readiness — the time from `StartFrame` to first client connection — via the `on_transport_timing_report` event.