Uses of Enum
io.opentelemetry.api.trace.SpanKind
Packages that use SpanKind
Package
Description
API for distributed tracing.
The OpenTelemetry SDK implementation of tracing.
The data format to model traces for export.
This package contains
Samplers for selecting traces
that are recorded and exported.-
Uses of SpanKind in io.opentelemetry.api.incubator.trace
Methods in io.opentelemetry.api.incubator.trace with parameters of type SpanKindModifier and TypeMethodDescriptionExtendedSpanBuilder.setSpanKind(SpanKind spanKind) Sets theSpanKindfor the newly createdSpan. -
Uses of SpanKind in io.opentelemetry.api.trace
Subclasses with type arguments of type SpanKind in io.opentelemetry.api.traceMethods in io.opentelemetry.api.trace that return SpanKindModifier and TypeMethodDescriptionstatic SpanKindReturns the enum constant of this type with the specified name.static SpanKind[]SpanKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opentelemetry.api.trace with parameters of type SpanKindModifier and TypeMethodDescriptionSpanBuilder.setSpanKind(SpanKind spanKind) Sets theSpanKindfor the newly createdSpan. -
Uses of SpanKind in io.opentelemetry.sdk.trace
Methods in io.opentelemetry.sdk.trace that return SpanKind -
Uses of SpanKind in io.opentelemetry.sdk.trace.data
Methods in io.opentelemetry.sdk.trace.data that return SpanKind -
Uses of SpanKind in io.opentelemetry.sdk.trace.samplers
Methods in io.opentelemetry.sdk.trace.samplers with parameters of type SpanKindModifier and TypeMethodDescriptionSampler.shouldSample(Context parentContext, String traceId, String name, SpanKind spanKind, Attributes attributes, List<LinkData> parentLinks) Called duringSpancreation to make a sampling samplingResult.