Add changelog for #3881

This commit is contained in:
Mark Backman
2026-02-28 14:05:25 -05:00
parent c54232bdb4
commit 58aa8e1ba5

1
changelog/3881.added.md Normal file
View File

@@ -0,0 +1 @@
- Added `StartupTimingObserver` for measuring how long each processor's `start()` method takes during pipeline startup. Useful for diagnosing cold start slowness and identifying initialization bottlenecks.