Note: These metrics are non-LLM based and calculate directly from measured
values.
Quick Reference
CostMetric
Tracks total cost per query across all RAG components.item.cost.embedding- Embedding API costitem.cost.vectorstore- Vector search costitem.cost.reranker- Reranking costitem.cost.llm- LLM generation costitem.cost.total- Sum of all costs
LatencyMetric
Measures total time from query to response.item.latency.embedding- Embedding timeitem.latency.retrieval- Vector search timeitem.latency.reranking- Reranking timeitem.latency.generation- LLM generation timeitem.latency.total- Sum of all times