Type Alias: SpanKind

type SpanKind = "internal" | "client" | "server" | "producer" | "consumer";

Defined in: tracing/types.ts:23

Span kind indicating the type of operation