@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 theSpanclass.StatusData Defines the status of aSpanby providing a standardStatusCodein 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 aSpanby providing a standardStatusCodein conjunction with an optional descriptive message.