Uses of Interface
io.helidon.tracing.Span
Packages that use Span
Package
Description
Core classes used by both the reactive gRPC server API and gRPC client API.
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.
-
Uses of Span in io.helidon.grpc.core
Fields in io.helidon.grpc.core with type parameters of type SpanModifier and TypeFieldDescriptionstatic final io.grpc.Context.Key<Span>
GrpcTracingContext.SPAN_KEY
Context key for Span instance.Methods in io.helidon.grpc.core that return types with arguments of type SpanModifier and TypeMethodDescriptionGrpcTracingContext.activeSpan()
Get the current active span associated with the context. -
Uses of Span in io.helidon.tracing
Methods in io.helidon.tracing that return SpanModifier and TypeMethodDescriptionSets a baggage item in the Span (and its SpanContext) as a key/value pair.default Span
Span.Builder.start()
Build and start the span with current timestamp.Start the span with an explicit timestamp.default Span
Add a tag to this span.Add a boolean tag.Add a numeric tag.Add a string tag.Methods in io.helidon.tracing that return types with arguments of type SpanMethods in io.helidon.tracing with parameters of type Span -
Uses of Span in io.helidon.tracing.jaeger
Methods in io.helidon.tracing.jaeger that return types with arguments of type Span -
Uses of Span in io.helidon.tracing.opentelemetry
Methods in io.helidon.tracing.opentelemetry that return SpanModifier and TypeMethodDescriptionstatic Span
HelidonOpenTelemetry.create
(io.opentelemetry.api.trace.Span span) Wrap an open telemetry span.static Span
HelidonOpenTelemetry.create
(io.opentelemetry.api.trace.Span span, io.opentelemetry.api.baggage.Baggage baggage) Wrap an open telemetry span.Methods in io.helidon.tracing.opentelemetry that return types with arguments of type SpanModifier and TypeMethodDescriptionOpenTelemetryTracerProvider.activeSpan()
Returns aSpan
representing the currently-active OpenTelemetry span with any current baggage set on the returned span.OpenTelemetryTracerProvider.currentSpan()
-
Uses of Span in io.helidon.tracing.opentracing
Methods in io.helidon.tracing.opentracing that return SpanMethods in io.helidon.tracing.opentracing that return types with arguments of type Span -
Uses of Span in io.helidon.tracing.spi
Methods in io.helidon.tracing.spi that return types with arguments of type Span