interface SpanContext
Since 0.2.0

The return type of ISpan.spanContext.

Properties

readonly
traceId: string

32-character lowercase hex trace ID.

readonly
spanId: string

16-character lowercase hex span ID.

readonly
traceFlags: string

2-character lowercase hex trace flags.

Usage

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