Interface: SerializableSpan
opentelemetry.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[]
instrumentationLibrary
• Readonly instrumentationLibrary: InstrumentationLibrary
kind
• Readonly kind: SpanKind
links
• Readonly links: Link[]
name
• Readonly name: string
parentSpanId
• Optional Readonly parentSpanId: string
spanContext
• Readonly spanContext: SpanContext
startTime
• Readonly startTime: HrTime
status
• Readonly status: SpanStatus