Class SpanKind (1.13.4)

SpanKind(value)

Type of span. Can be used to specify additional relationships between spans in addition to a parent/child relationship.

Enums

Name Description
SPAN_KIND_UNSPECIFIED Unspecified.
RPC_SERVER Indicates that the span covers server-side handling of an RPC or other remote network request.
RPC_CLIENT Indicates that the span covers the client-side wrapper around an RPC or other remote request.