Uses of Package
io.opentelemetry.sdk.trace.data
-
Packages that use io.opentelemetry.sdk.trace.data Package Description io.opentelemetry.exporter.internal.otlp.traces Marshaling of OTLP traces.io.opentelemetry.exporter.otlp.http.trace OpenTelemetry exporter which sends span data to OpenTelemetry collector via OTLP HTTP.io.opentelemetry.exporter.otlp.trace OpenTelemetry exporter which sends span data to OpenTelemetry collector via OTLP gRPC.io.opentelemetry.sdk.trace The OpenTelemetry SDK implementation of tracing.io.opentelemetry.sdk.trace.data The data format to model traces for export.io.opentelemetry.sdk.trace.export Utilities that allow tracing services to export data for sampled spans, as well as providing in-process span processing APIs.io.opentelemetry.sdk.trace.samplers This package containsSampler
s for selecting traces that are recorded and exported. -
Classes in io.opentelemetry.sdk.trace.data used by io.opentelemetry.exporter.internal.otlp.traces Class Description EventData Data representation of an event.LinkData Data representation of a link.SpanData Immutable representation of all data collected by theSpan
class.StatusData Defines the status of aSpan
by providing a standardStatusCode
in conjunction with an optional descriptive message. -
Classes in io.opentelemetry.sdk.trace.data used by io.opentelemetry.exporter.otlp.http.trace Class Description SpanData Immutable representation of all data collected by theSpan
class. -
Classes in io.opentelemetry.sdk.trace.data used by io.opentelemetry.exporter.otlp.trace Class Description SpanData Immutable representation of all data collected by theSpan
class. -
Classes in io.opentelemetry.sdk.trace.data used by io.opentelemetry.sdk.trace Class Description EventData Data representation of an event.LinkData Data representation of a link.SpanData Immutable representation of all data collected by theSpan
class.StatusData Defines the status of aSpan
by providing a standardStatusCode
in conjunction with an optional descriptive message. -
Classes in io.opentelemetry.sdk.trace.data used by io.opentelemetry.sdk.trace.data Class Description EventData Data representation of an event.ExceptionEventData Data representation of an event for a recorded exception.ImmutableEventData An immutable implementation of theEventData
.ImmutableExceptionEventData An effectively immutable implementation ofExceptionEventData
.ImmutableLinkData An immutable implementation ofLinkData
.ImmutableStatusData Defines the status of aSpan
by providing a standardStatusCode
in conjunction with an optional descriptive message.LinkData Data representation of a link.SpanData Immutable representation of all data collected by theSpan
class.StatusData Defines the status of aSpan
by providing a standardStatusCode
in conjunction with an optional descriptive message. -
Classes in io.opentelemetry.sdk.trace.data used by io.opentelemetry.sdk.trace.export Class Description SpanData Immutable representation of all data collected by theSpan
class. -
Classes in io.opentelemetry.sdk.trace.data used by io.opentelemetry.sdk.trace.samplers Class Description LinkData Data representation of a link.