Module: Google::Devtools::Cloudtrace::V1::TraceSpan::SpanKind
- Defined in:
 - lib/google/cloud/trace/v1/doc/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