Uses of Interface
io.helidon.tracing.Tracer
Package
Description
gRPC client API.
Reactive gRPC server API.
Security
Distributed tracing support for Helidon.
Helidon integration with Jaeger tracer.
Open Telemetry tracing support that plugs into the
TracerBuilder
SPI and provides
a Tracer
implementation.Open Tracing tracing support that plugs into the
TracerBuilder
SPI and provides
a Tracer
implementation.SPI classes to support integration of distributed tracers.
Reactive web server API.
-
Uses of Tracer in io.helidon.grpc.client
-
Uses of Tracer in io.helidon.grpc.server
Modifier and TypeMethodDescriptionGrpcServerBasicConfig.tracer()
GrpcServerConfiguration.tracer()
Returns aTracer
.Modifier and TypeMethodDescriptionSets a tracer.Modifier and TypeMethodDescriptionSets a Tracer. -
Uses of Tracer in io.helidon.security
Modifier and TypeMethodDescriptionSecurity.tracer()
Returns a tracer that can be used to construct new spans.SecurityContext.tracer()
Provides the tracer to create new spans.Modifier and TypeMethodDescriptionSet an open tracing tracer to use for security.SecurityContext.Builder.tracingTracer
(Tracer tracingTracer) Tracer used to create new span contexts when tracing security events. -
Uses of Tracer in io.helidon.tracing
-
Uses of Tracer in io.helidon.tracing.jaeger
-
Uses of Tracer in io.helidon.tracing.opentelemetry
Modifier and TypeMethodDescriptionOpenTelemetryTracerProvider.global()
static Tracer
OpenTelemetryTracerProvider.globalTracer()
Registered global tracer, or tracer from global open telemetry.Modifier and TypeMethodDescriptionvoid
static void
OpenTelemetryTracerProvider.globalTracer
(Tracer tracer) Register global tracer. -
Uses of Tracer in io.helidon.tracing.opentracing
-
Uses of Tracer in io.helidon.tracing.spi
Modifier and TypeMethodDescriptionTracerProvider.global()
Global tracer that is registered, or a NoOp tracer if none is registered. -
Uses of Tracer in io.helidon.webserver
Modifier and TypeMethodDescriptionServerConfiguration.tracer()
Returns a Tracer.ServerRequest.tracer()
Modifier and TypeMethodDescriptionDeprecated.Sets a tracer.Sets a tracer.Modifier and TypeMethodDescriptionDeprecated.Sets a tracer.Sets a tracer.