Details
Description
Doing this:
MicrometerExchangeEventNotifier exchangeEventNotifier = new MicrometerExchangeEventNotifier(); exchangeEventNotifier.setNamingStrategy(MicrometerExchangeEventNotifierNamingStrategy.LEGACY);
does not change the ways metrics produced by the exchangeEventNotifier will be named.
Please find attached a proposed patch to fix the issue.
Attachments
Attachments
Issue Links
- relates to
-
CAMEL-19907 Introduce the ability to use the old Micrometer meter names or follow the new Micrometer naming conventions
- Resolved