v.24.6Improvement
Initialize global trace collector for Poco::ThreadPool
Initialize global trace collector for Poco::ThreadPool (needed for Keeper, etc). #65239 (Kseniia Sumarokova).Why it matters
This feature sets up a global trace collector to monitor and trace operations withinPoco::ThreadPool, which is necessary for components like Keeper. It improves observability and debugging capabilities by enabling detailed tracing of thread pool activity.How to use it
The global trace collector forPoco::ThreadPool is initialized automatically. Users leveraging components like Keeper that depend on thread pool tracing will benefit from this feature without additional configuration.