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
Currently, people use JAX-RS with Jersey. However, this spec is lacking the ability to get details such as the http route (#602). A direct integration can do this, as evidenced in micrometer:
Support for this would also help our dropwizard instrumentation make use of higher fidelity data (DW doesn't need the JAX-RS abstraction as it always uses jersey)
This uses an application event listener to do a better job tracing
Jersey servers than what can be done with JAX-RS. For example, the event
listener can handle errors natively, and act more precisely with regards
to jersey-specifics like `ManagedAsync`
Fixes#611
Currently, people use JAX-RS with Jersey. However, this spec is lacking the ability to get details such as the http route (#602). A direct integration can do this, as evidenced in micrometer:
https://github.com/micrometer-metrics/micrometer/tree/master/micrometer-jersey2
Support for this would also help our dropwizard instrumentation make use of higher fidelity data (DW doesn't need the JAX-RS abstraction as it always uses jersey)
cc @henrikno @tliuliaison @jplock @mweirauch @suls @jkschneider
The text was updated successfully, but these errors were encountered: