Arize Phoenix TS
    Preparing search index...

    A trace that belongs to a session.

    interface SessionTrace {
        endTime: string;
        id: string;
        startTime: string;
        traceId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    endTime: string

    ISO 8601 timestamp of when the trace ended

    id: string
    startTime: string

    ISO 8601 timestamp of when the trace started

    traceId: string

    The unique trace identifier (e.g. OpenTelemetry trace ID)