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
This is a prerequisite for #38984 as Micrometer's Jersey support has been deprecated in 1.13. Following this change, Jersey users will have to add a dependency on org.glassfish.jersey.ext:jersey-micrometer to get metrics with Jersey.
For backwards compatibility, we'll continue to support a user-configured io.micrometer.core.instrument.binder.jersey.server.JerseyTagsProvider bean in a deprecated form. A org.glassfish.jersey.micrometer.server.JerseyTagsProvider bean is preferred.
The text was updated successfully, but these errors were encountered:
This is a prerequisite for #38984 as Micrometer's Jersey support has been deprecated in 1.13. Following this change, Jersey users will have to add a dependency on
org.glassfish.jersey.ext:jersey-micrometer
to get metrics with Jersey.For backwards compatibility, we'll continue to support a user-configured
io.micrometer.core.instrument.binder.jersey.server.JerseyTagsProvider
bean in a deprecated form. Aorg.glassfish.jersey.micrometer.server.JerseyTagsProvider
bean is preferred.The text was updated successfully, but these errors were encountered: