Uses of Interface
io.helidon.tracing.SpanListener
Packages that use SpanListener
Package
Description
Distributed tracing support for Helidon.
Open Telemetry tracing support that plugs into the
TracerBuilder
SPI and provides
a Tracer
implementation.-
Uses of SpanListener in io.helidon.tracing
Methods in io.helidon.tracing with parameters of type SpanListenerModifier and TypeMethodDescriptionTracer.register
(SpanListener listener) Registers with the tracer a lifecycle event listener to receive events from span builders, spans, and scopes derived from this tracer. -
Uses of SpanListener in io.helidon.tracing.providers.opentelemetry
Method parameters in io.helidon.tracing.providers.opentelemetry with type arguments of type SpanListenerModifier and TypeMethodDescriptionstatic void
HelidonOpenTelemetry.invokeListeners
(Span helidonSpan, System.Logger logger, Consumer<SpanListener> operation) Invokes listeners known to the specified Helidon span using the provided operation; intended for Helidon internal use only.