TraceKind enum
Which side of a call a span describes. Written to the span.kind attribute, and mapped onto OpenTelemetry's own SpanKind when the span is created.
Signature:
export declare enum TraceKind
Enumeration Members
|
Member |
Value |
Description |
|---|---|---|
|
CLIENT |
|
An outbound call this process makes and waits on. |
|
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.