Interface: SpanEvent
Defined in: tracing/types.ts:68
Event within a span (timestamped annotation)
Properties
attributes?
optional attributes?: SpanAttributes;
Defined in: tracing/types.ts:74
Event attributes
name
name: string;
Defined in: tracing/types.ts:70
Event name
timestamp
timestamp: number;
Defined in: tracing/types.ts:72
Timestamp in milliseconds since epoch