TraceKind enum

Which side of a call a span describes. Reported as Datadog's span.kind tag.

Signature:

export declare enum TraceKind 

Enumeration Members

Member

Value

Description

CLIENT

"client"

An outbound call this process makes and waits on.

SERVER

"server"

Work this process performs on someone else's behalf — the default.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.