-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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 - Switch to @ConfigMapping #45820
Conversation
/cc @brunobat (micrometer), @ebullient (micrometer) |
default void mergeDeprecatedConfig(VertxConfig config) { | ||
// if (!ignorePatterns().isPresent()) { | ||
// ignorePatterns = config.ignorePatterns; | ||
// } | ||
// if (!matchPatterns().isPresent()) { | ||
// matchPatterns = config.matchPatterns; | ||
// } | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @mcruzdev , what's the status of this one? If this is the only problem remaining, I can probably sort it out and we could get it merged. Let me know!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @gsmet, feel free to change it
🎊 PR Preview db77322 has been successfully built and deployed to https://quarkus-pr-main-45820-preview.surge.sh/version/main/guides/
|
@mcruzdev I will have a look tomorrow. |
939e979
to
00b423b
Compare
@mcruzdev I made good progress, it was indeed quite complex. That being said, we cannot merge as we have an IT depending on a Quarkiverse extension that consumes this config. https://github.com/quarkusio/quarkus/blob/main/integration-tests/observability-lgtm/pom.xml#L26-L30 This needs fixing before we can think about merging this, unfortunately. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
...ter/runtime/src/main/java/io/quarkus/micrometer/runtime/config/runtime/HttpServerConfig.java
Show resolved
Hide resolved
Part of quarkusio#45446 Co-authored-by: Guillaume Smet <[email protected]>
00b423b
to
58b40e7
Compare
I rebased, it should be ready for review. |
Status for workflow
|
Status for workflow
|
Part of #45446