Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
We can gather statistics for how often each endpoint is used in dynamic EIPs such as recipient list, dynamic to, enricher, pollEnricher, dynamic router, and so on.
However this requires to store counters, and that would require AtomicLong so they are safe in concurrent environments, or use long with synchronized.
We can have an option on JMXAgent to turn this on|off so people can turn it off if they dont need it.
However it may be nice to see which are the most used endpoint uris in all those dynamic EIPs.
Today you can see it from the managed endpoint registry, but it does not keep score which EIP its used by.
Attachments
Issue Links
- is related to
-
CAMEL-11364 Runtime endpoint registry - Do not use extended mode as default
- Resolved