Cloud Trace V1 API - Module Google::Cloud::Trace::V1::TraceSpan::SpanKind (v0.9.0)

Reference documentation and code samples for the Cloud Trace V1 API module Google::Cloud::Trace::V1::TraceSpan::SpanKind.

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

Constants

SPAN_KIND_UNSPECIFIED

value: 0
Unspecified.

RPC_SERVER

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

RPC_CLIENT

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