OtelApiLike
Defined in: src/tracing/OtelAdapter.ts:94
Properties
Section titled “Properties”context
Section titled “context”
readonlycontext:OtelContextApi
Defined in: src/tracing/OtelAdapter.ts:96
propagation
Section titled “propagation”
readonlypropagation:OtelPropagationApi
Defined in: src/tracing/OtelAdapter.ts:97
ROOT_CONTEXT?
Section titled “ROOT_CONTEXT?”
readonlyoptionalROOT_CONTEXT?:OtelContextLike
Defined in: src/tracing/OtelAdapter.ts:104
Optional — re-export of the root context constant if the SDK exposes it on the namespace.
SpanKind
Section titled “SpanKind”
readonlySpanKind:object
Defined in: src/tracing/OtelAdapter.ts:99
CLIENT
Section titled “CLIENT”
readonlyCLIENT:number
CONSUMER
Section titled “CONSUMER”
readonlyCONSUMER:number
INTERNAL
Section titled “INTERNAL”
readonlyINTERNAL:number
PRODUCER
Section titled “PRODUCER”
readonlyPRODUCER:number
SERVER
Section titled “SERVER”
readonlySERVER:number
SpanStatusCode
Section titled “SpanStatusCode”
readonlySpanStatusCode:object
Defined in: src/tracing/OtelAdapter.ts:98
readonlyERROR:number
readonlyOK:number
readonlyUNSET:number
readonlytrace:OtelTraceApi
Defined in: src/tracing/OtelAdapter.ts:95