type alias SpanKind
Since 0.2.0

The kind of span. Maps to OTel SpanKind at the implementation boundary.

Definition

"internal" | "server" | "client" | "producer" | "consumer"

Usage

import { type SpanKind } from "common/src/index.ts";