Class SpanKind (1.13.2)

SpanKind(value)

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

Values: SPAN_KIND_UNSPECIFIED (0): Unspecified. RPC_SERVER (1): Indicates that the span covers server-side handling of an RPC or other remote network request. RPC_CLIENT (2): Indicates that the span covers the client-side wrapper around an RPC or other remote request.