Interface SpanEvent

A recorded event within a span.

interface SpanEvent {
    name: string;
    timestamp: number;
    attributes?: SpanAttributes;
}

Properties

name: string

Event name

timestamp: number

Event timestamp

attributes?: SpanAttributes

Event attributes