Skip to main content

Interface: SerializableSpan

opentelemetryV2.SerializableSpan

Serializable version of the opentelemetry Span for cross isolate copying

Properties

attributes

Readonly attributes: Attributes


droppedAttributesCount

Readonly droppedAttributesCount: number


droppedEventsCount

Readonly droppedEventsCount: number


droppedLinksCount

Readonly droppedLinksCount: number


duration

Readonly duration: HrTime


endTime

Readonly endTime: HrTime


ended

Readonly ended: boolean


events

Readonly events: TimedEvent[]


instrumentationScope

Readonly instrumentationScope: InstrumentationScope


kind

Readonly kind: SpanKind


Readonly links: Link[]


name

Readonly name: string


parentSpanContext

Optional Readonly parentSpanContext: SerializableSpanContext


spanContext

Readonly spanContext: SerializableSpanContext


startTime

Readonly startTime: HrTime


status

Readonly status: SpanStatus