Enum TraceSpan.Types.SpanKind (2.2.0)

public enum 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.