Bun samples are verified on Bun 1.3.13; HTTP/2 clients need Bun >= 1.2.6, and a few packages skip their Bun suite in CI. Runtime compatibility
Connectum API Reference / @connectum/testing / index / NormalizedSpan
Interface: NormalizedSpan โ
Defined in: testing/src/otel-collectors.ts:34
Structural, transport-agnostic representation of a span suitable for deepEqual.
Properties โ
attributes โ
attributes:
Record<string,unknown>
Defined in: testing/src/otel-collectors.ts:37
events โ
events:
object[]
Defined in: testing/src/otel-collectors.ts:38
attributes โ
attributes:
Record<string,unknown>
name โ
name:
string
kind โ
kind:
number
Defined in: testing/src/otel-collectors.ts:36
name โ
name:
string
Defined in: testing/src/otel-collectors.ts:35
parentSpanId โ
parentSpanId:
string|undefined
Defined in: testing/src/otel-collectors.ts:42
spanId โ
spanId:
string
Defined in: testing/src/otel-collectors.ts:41
status โ
status:
object
Defined in: testing/src/otel-collectors.ts:39
code โ
code:
number
message โ
message:
string|undefined
traceId โ
traceId:
string
Defined in: testing/src/otel-collectors.ts:40
