Skip to content
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

Config help for Jetty instrumented does not show instrumentation properties #121

Open
andrus opened this issue Sep 20, 2023 · 0 comments
Open
Labels

Comments

@andrus
Copy link
Collaborator

andrus commented Sep 20, 2023

Running an app that has instrumentation on with -H does not display jetty.health property.

This is a general limitation of the Bootique core that does not recognize overridden factories as such (so the same problem will e.g. appear for InstrumentedHttpClientFactoryFactory in bq-jersey). We need to either redesign the factory subclass approach, or get back to the basics and use unique config prefixes for each module (`jettyinstrumented" in this case).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant