Package io.smallrye.opentracing.contrib.jaxrs2.server
-
Interface Summary Interface Description OperationNameProvider OperationNameProvider.Builder ServerSpanDecorator -
Class Summary Class Description OperationNameProvider.ClassNameOperationName Default Microprofile operation name: . . OperationNameProvider.HTTPMethodOperationName Returns HTTP method as operation nameOperationNameProvider.WildcardOperationName As operation name provides "wildcard" HTTP path e.g: resource method annotated with @Path("/foo/bar/{name: \\w+}") produces "/foo/bar/{name: \\w+}"ServerHeadersExtractTextMap Helper class used to iterate over HTTP headers.ServerTracingDynamicFeature This class has to be registered as JAX-RS provider to enable tracing of server requests.ServerTracingDynamicFeature.Builder Builder for creating JAX-RS dynamic feature for tracing server requests.ServerTracingFilter ServerTracingInterceptor SpanFinishingFilter Filter which finishes span after server processing.