davsclaus opened a new pull request, #24645: URL: https://github.com/apache/camel/pull/24645
## Summary - Consolidate `LoadThroughput` (EWMA-smoothed exchanges/second) from `ManagedRoute`, `ManagedCamelContext`, and `ManagedRouteGroup` into the base `ManagedPerformanceCounter` - All MBeans (including processor-level) now get throughput for free via `TimerListener` - Add `getThroughput()` to `ManagedPerformanceCounterMBean` interface, remove duplicate declarations from sub-interfaces - Add throughput to `TopDevConsole` text and JSON output - Consolidate two identical `getStatsObject()` methods in `TopDevConsole` into one using the base interface ## Test plan - [x] All 472 `camel-management` tests pass - [x] `camel-management-api` and `camel-console` compile cleanly Co-Authored-By: Claude <[email protected]> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
