Package io.helidon.microprofile.tracing
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:
-
Constructor Summary
ConstructorDescriptionMpTracingContextFilter
(Provider<ServerRequest> request) Constructor to be used by JAX-RS implementation. -
Method Summary
-
Constructor Details
-
MpTracingContextFilter
Constructor to be used by JAX-RS implementation.- Parameters:
request
- injected by JAX-RS
-
-
Method Details
-
filter
- Specified by:
filter
in interfaceContainerRequestFilter
-