Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/observability / / newSpanId

Function: newSpanId()

ts
function newSpanId(): string;

Defined in: packages/observability/src/tracer/ids.ts:25

Generate a 16-hex-character (8-byte) span id.

Returns

string

Stable