Module: Google::Cloud::Trace::V1::TraceSpan::SpanKind

Defined in:
proto_docs/google/devtools/cloudtrace/v1/trace.rb

Overview

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

Constant Summary collapse

SPAN_KIND_UNSPECIFIED =

Unspecified.

0
RPC_SERVER =

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

1
RPC_CLIENT =

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

2