proto/trace/v1/trace.pbenum library
Classes
- Span_SpanKind
- SpanKind is the type of span. Can be used to specify additional relationships between spans in addition to a parent/child relationship.
- SpanFlags
- SpanFlags represents constants used to interpret the Span.flags field, which is protobuf 'fixed32' type and is to be used as bit-fields. Each non-zero value defined in this enum is a bit-mask. To extract the bit-field, for example, use an expression like:
- Status_StatusCode
- For the semantics of status codes see https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#set-status