| Interface | Description |
|---|---|
| SpanData |
Immutable representation of all data collected by the
Span class. |
| SpanData.Event | |
| SpanData.Link |
A link to a
Span. |
| SpanData.Status |
Defines the status of a
Span by providing a standard StatusCanonicalCode in
conjunction with an optional descriptive message. |
| Class | Description |
|---|---|
| ImmutableEvent |
An immutable implementation of the
SpanData.Event. |
| ImmutableLink |
An immutable implementation of
SpanData.Link. |
| ImmutableStatus |
Defines the status of a
Span by providing a standard StatusCanonicalCode in
conjunction with an optional descriptive message. |