Google Cloud Trace v1 API - Enum TraceSpan.Types.SpanKind (3.3.0)

public enum TraceSpan.Types.SpanKind

Reference documentation and code samples for the Google Cloud Trace v1 API enum TraceSpan.Types.SpanKind.

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

Namespace

Google.Cloud.Trace.V1

Assembly

Google.Cloud.Trace.V1.dll

Fields

NameDescription
RpcClient

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

RpcServer

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

Unspecified

Unspecified.