Arize Phoenix TS
    Preparing search index...

    Parameters for a single trace note.

    interface TraceNote {
        note: string;
        traceId: string;
    }
    Index

    Properties

    Properties

    note: string

    The note text to add to the trace.

    traceId: string

    The OpenTelemetry trace ID (hex format without 0x prefix).