class TraceSpan_SpanKind

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

Protobuf enum Google\Devtools\Cloudtrace\V1\TraceSpan\SpanKind

Constants

SPAN_KIND_UNSPECIFIED

Unspecified.

Generated from protobuf enum SPAN_KIND_UNSPECIFIED = 0;

RPC_SERVER

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

Generated from protobuf enum RPC_SERVER = 1;

RPC_CLIENT

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

Generated from protobuf enum RPC_CLIENT = 2;