Uses of Interface
io.smallrye.opentracing.contrib.jaxrs2.server.ServerSpanDecorator
-
Packages that use ServerSpanDecorator Package Description io.smallrye.opentracing.contrib.jaxrs2.server -
-
Uses of ServerSpanDecorator in io.smallrye.opentracing.contrib.jaxrs2.server
Fields in io.smallrye.opentracing.contrib.jaxrs2.server declared as ServerSpanDecorator Modifier and Type Field Description static ServerSpanDecoratorServerSpanDecorator. STANDARD_TAGSAdds standard tags:Tags.SPAN_KIND,Tags.HTTP_METHOD,Tags.HTTP_URLandTags.HTTP_STATUSMethod parameters in io.smallrye.opentracing.contrib.jaxrs2.server with type arguments of type ServerSpanDecorator Modifier and Type Method Description ServerTracingDynamicFeature.BuilderServerTracingDynamicFeature.Builder. withDecorators(List<ServerSpanDecorator> spanDecorators)Set span decorators.Constructor parameters in io.smallrye.opentracing.contrib.jaxrs2.server with type arguments of type ServerSpanDecorator Constructor Description ServerTracingFilter(io.opentracing.Tracer tracer, String operationName, List<ServerSpanDecorator> spanDecorators, OperationNameProvider operationNameProvider, Pattern skipPattern, boolean joinExistingActiveSpan)
-