Arize Phoenix TS
    Preparing search index...

    Parameters for a single span note

    interface SpanNote {
        identifier?: string;
        note: string;
        spanId: string;
    }
    Index

    Properties

    identifier?: string

    Optional caller-supplied identifier. When non-empty, the note is upserted on (spanId, name='note', identifier) — repeated calls with the same identifier overwrite the existing note. When omitted, the server stamps a unique px-span-note:<uuid> identifier so each call appends a new note.

    note: string

    The note text to add to the span

    spanId: string

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