From 58aa8e1ba56a4817fcccffd234a8533257ba8cdf Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Sat, 28 Feb 2026 14:05:25 -0500 Subject: [PATCH] Add changelog for #3881 --- changelog/3881.added.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3881.added.md diff --git a/changelog/3881.added.md b/changelog/3881.added.md new file mode 100644 index 000000000..694e052ce --- /dev/null +++ b/changelog/3881.added.md @@ -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.