The defined set of Span Kinds as defined by the OpenTelemetry.

Enumeration Members

Enumeration Members

CLIENT

Indicates that the span covers the client-side wrapper around an RPC or other remote request.

CONSUMER

Indicates that the span describes consumer receiving a message from a broker. Unlike client and server, there is no direct critical path latency relationship between producer and consumer spans.

INTERNAL

Default value. Indicates that the span is used internally.

PRODUCER

Indicates that the span describes producer sending a message to a broker. Unlike client and server, there is no direct critical path latency relationship between producer and consumer spans.

SERVER

Indicates that the span covers server-side handling of an RPC or other remote request.