opentracing-contrib / java-jaxrs

OpenTracing Java JAX-RS instrumentation
Apache License 2.0
37 stars 33 forks source link

Enhance TracingInterceptor to decorate Span when exception occurs #148

Open rafaelbey opened 3 years ago

rafaelbey commented 3 years ago

Per issue #147, this aims to increase flexibility around decorating Spans when an error occurs when reading request payload or writing back response entity. The current proposal aims to keep the current behavior as much as possible, but could see the standard tags interceptor logging the error on the Span too.

rafaelbey commented 3 years ago

Resolves #147