Enum SpanKind (4.4.0)

public enum SpanKind

An enum value representing span kinds.

Namespace

Google.Cloud.Diagnostics.Common

Assembly

Google.Cloud.Diagnostics.Common.dll

Fields

NameDescription
RpcClient

The span covers time spent on the client side.

RpcServer

The span covers time spent on the server side.

Unspecified

No span kind was specified.