Uses of Interface
io.smallrye.opentracing.contrib.jaxrs2.client.ClientSpanDecorator
-
Packages that use ClientSpanDecorator Package Description io.smallrye.opentracing.contrib.jaxrs2.client -
-
Uses of ClientSpanDecorator in io.smallrye.opentracing.contrib.jaxrs2.client
Fields in io.smallrye.opentracing.contrib.jaxrs2.client declared as ClientSpanDecorator Modifier and Type Field Description static ClientSpanDecoratorClientSpanDecorator. HTTP_PATH_OPERATION_NAMEAs operation name provides HTTP path.static ClientSpanDecoratorClientSpanDecorator. STANDARD_TAGSAdds standard tags:Tags.SPAN_KIND,Tags.PEER_HOSTNAME,Tags.PEER_PORT,Tags.HTTP_METHOD,Tags.HTTP_URLandTags.HTTP_STATUSMethod parameters in io.smallrye.opentracing.contrib.jaxrs2.client with type arguments of type ClientSpanDecorator Modifier and Type Method Description ClientTracingFeature.BuilderClientTracingFeature.Builder. withDecorators(List<ClientSpanDecorator> spanDecorators)Set span decorators.Constructor parameters in io.smallrye.opentracing.contrib.jaxrs2.client with type arguments of type ClientSpanDecorator Constructor Description ClientTracingFilter(io.opentracing.Tracer tracer, List<ClientSpanDecorator> spanDecorators)
-