You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
Running an app that has instrumentation on with
-H
does not displayjetty.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).The text was updated successfully, but these errors were encountered: