Arize Phoenix TS
    Preparing search index...

    Parameters for a single span note

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

    Properties

    Properties

    note: string

    The note text to add to the span

    spanId: string

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