@ParametersAreNonnullByDefault
Package io.opentelemetry.sdk.trace.data
The data format to model traces for export.
-
Interface Summary Interface Description SpanData Immutable representation of all data collected by theSpanclass.SpanData.Event SpanData.Link A link to aSpan.SpanData.Status Defines the status of aSpanby providing a standardStatusCodein conjunction with an optional descriptive message.