Claus Ibsen created CAMEL-24032:
-----------------------------------
Summary: Add rolling 1-minute exchange rate to performance counters
Key: CAMEL-24032
URL: https://issues.apache.org/jira/browse/CAMEL-24032
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
The existing ManagedPerformanceCounterMBean tracks total exchanges,
mean/min/max processing times, but has no rolling throughput rate.
Add a 1-minute rolling exchange rate (exchanges per minute) to the core
performance counters. This would complement the existing lifetime average
(totalExchanges / uptime) with a recent-activity metric that is more useful for
real-time monitoring.
Once available in camel-core, the dev console and TUI can expose it directly
instead of computing approximate rates from delta snapshots.
Inspired by Boot UI's "Requests/min" metric in the Live Activity view.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)