Show / Hide Table of Contents

Enum SpanKind

An enum value representing span kinds.

Namespace: Google.Cloud.Diagnostics.Common
Assembly: Google.Cloud.Diagnostics.Common.dll
Syntax
public enum SpanKind

Fields

Name Description
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.

Back to top