Skip to content

Commit ffc7130

Browse files
committed
add llmobs endpoints to info path
1 parent 022c456 commit ffc7130

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

bottlecap/src/traces/trace_agent.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,9 @@ impl TraceAgent {
375375
STATS_ENDPOINT_PATH,
376376
DSM_AGENT_PATH,
377377
PROFILING_ENDPOINT_PATH,
378-
INFO_ENDPOINT_PATH
378+
INFO_ENDPOINT_PATH,
379+
LLM_OBS_EVAL_METRIC_ENDPOINT_PATH,
380+
LLM_OBS_SPANS_ENDPOINT_PATH,
379381
],
380382
"client_drop_p0s": true,
381383
}

0 commit comments

Comments
 (0)