package
0.0.0-20231129065837-deba56b04b66
Repository: https://github.com/chipartem/k6.git
Documentation: pkg.go.dev
# Constants
Indicates that the span describes a request to some remote service.
Indicates that the span describes consumer receiving a message from a broker.
Indicates that the span represents an internal operation within an application, as opposed to an operation happening at the boundaries.
Indicates that the span describes a producer sending a message to a broker.
Indicates that the span covers server-side handling of an RPC or other remote network request.
Unspecified.
The Span contains an error.
The Span has been validated by an Application developers or Operator to have completed successfully.
The default status.
# Variables
No description provided by the author
No description provided by the author
Enum value maps for SpanKind.
Enum value maps for SpanKind.
Enum value maps for SpanStatusCode.
Enum value maps for SpanStatusCode.
# Type aliases
SpanKind is the type of span.
For the semantics of status codes see https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#set-status.