Is it possible to track LLM as judget evaluator cost by experiment ? #16412
Replies: 1 comment
|
You can track the evaluator spend, but a native “group by experiment run” dimension does not appear to be exposed directly today. LLM-as-a-judge executions are traced separately in the The limitation is attribution: the evaluator execution metadata currently contains the target trace/observation/dataset-item IDs, but not the experiment-run ID/name. For an exact per-run split, the reliable workaround is to:
On self-hosted v4, the relevant interfaces are the Experiments API, Observations API v2, and Metrics API v2: So: overall evaluator-cost dashboard, yes; direct dashboard split by experiment run, not currently without that join. A first-class experiment-run dimension would remove the custom reporting step. |
Uh oh!
There was an error while loading. Please reload this page.
Describe your question
I wish to have a dashboard to monitor the cost related to llm as a judge evaluator, splitting by experiment run. Is it possible ?
Langfuse Cloud or Self-Hosted?
Self-Hosted
If Self-Hosted
No response
If Langfuse Cloud
No response
SDK and integration versions
No response
Pre-Submission Checklist
All reactions