Uses of Class
io.helidon.tracing.jersey.TracingHelper
-
Packages that use TracingHelper Package Description io.helidon.tracing.jersey Integration of Jersey with tracing. -
-
Uses of TracingHelper in io.helidon.tracing.jersey
Methods in io.helidon.tracing.jersey that return TracingHelper Modifier and Type Method Description static TracingHelper
TracingHelper. create()
Create helper with default span name function.static TracingHelper
TracingHelper. create(Function<ContainerRequestContext,String> nameFunction)
Create helper with custom span name function.
-