Class MpTracingContextFilter

java.lang.Object
io.helidon.microprofile.tracing.MpTracingContextFilter
All Implemented Interfaces:
ContainerRequestFilter

@ConstrainedTo(SERVER) @PreMatching @Priority(-2147483648) @ApplicationScoped public class MpTracingContextFilter extends Object implements ContainerRequestFilter
Automatically registered filter that stores required information in thread local, to allow outbound clients to get all context.
See Also:
  • TracingContext