@ParametersAreNonnullByDefault
Package io.opentelemetry.sdk.trace.data
The data format to model traces for export.
-
Interface Summary Interface Description EventData Data representation of an event.ExceptionEventData Data representation of an event for a recorded exception.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. -
Class Summary Class Description AutoValue_ImmutableEventData AutoValue_ImmutableExceptionEventData AutoValue_ImmutableLinkData AutoValue_ImmutableStatusData DelegatingSpanData 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.