Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • TracerContext (injectable through @Context annotation)
  • OpenTracingProvider (server-side JAX-RS provider) and OpenTracingClientProvider (client-side JAX-RS provider)

...

Apache CXF uses HTTP headers to hand off tracing context from the client to the service and from the service to service. Those headers are specific to distributing tracing framework you have picked and are not configurable at the moment (unless the framework itself has a way to do that).

...