ApiTraceWithDetails: ApiTrace & {
    htmlPath: string;
    latency: number;
    observations: string[];
    scores: string[];
    totalCost: number;
}

TraceWithDetails

Type declaration

  • htmlPath: string

    Path of trace in Langfuse UI

  • latency: number

    Latency of trace in seconds

    double

  • observations: string[]

    List of observation ids

  • scores: string[]

    List of score ids

  • totalCost: number

    Cost of trace in USD

    double