-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Micrometer: Router policy should be disabled by default #5028 #5247
base: main
Are you sure you want to change the base?
Micrometer: Router policy should be disabled by default #5028 #5247
Conversation
We need to document this change of behavior in the migration guide. FWIW I'm not convinced this is a good from the perspective of UX or migration from the old MicroProfile Metrics extension where the same config property defaults to |
Change in migration doc is part of the PR. |
default true is only in CSB. See https://camel.apache.org/components/3.20.x/micrometer-component.html#_sb_option_camel_metrics_enable-route-policy |
@JiriOndrusek sorry, I introduced some conflicts because I had to rename the migration guide. |
Thanks @JiriOndrusek |
Just to be consistent with plain camel (where user has to set policy in the code to enable it) -> See https://camel.apache.org/components/3.20.x/micrometer-component.html#_using_micrometer_route_policy_factory |
No strong opinion. Not sure we need to align with Camel. Aligning Camel Quarkus and Camel Spring Boot looks good. |
fixes #5028