Parameters for a single span note

interface SpanNote {
    note: string;
    spanId: string;
}

Properties

Properties

note: string

The note text to add to the span

spanId: string

The OpenTelemetry Span ID (hex format without 0x prefix)