File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ const LLM_OBS_SPANS_INTAKE_PATH: &str = "/api/v2/llmobs";
37
37
const LLM_OBS_EVAL_METRIC_INTAKE_PATH : & str = "/api/intake/llm-obs/v1/eval-metric" ;
38
38
const LLM_OBS_EVAL_METRIC_INTAKE_PATH_V2 : & str = "/api/intake/llm-obs/v2/eval-metric" ;
39
39
const LLM_OBS_EVAL_METRIC_ENDPOINT_PATH : & str = "/evp_proxy/v2/api/intake/llm-obs/v1/eval-metric" ;
40
- const LLM_OBS_EVAL_METRIC_ENDPOINT_PATH_V2 : & str = "/evp_proxy/v2/api/intake/llm-obs/v2/eval-metric" ;
40
+ const LLM_OBS_EVAL_METRIC_ENDPOINT_PATH_V2 : & str =
41
+ "/evp_proxy/v2/api/intake/llm-obs/v2/eval-metric" ;
41
42
const LLM_OBS_SPANS_ENDPOINT_PATH : & str = "/evp_proxy/v2/api/v2/llmobs" ;
42
43
const DD_ADDITIONAL_TAGS_HEADER : & str = "X-Datadog-Additional-Tags" ;
43
44
const INFO_ENDPOINT_PATH : & str = "/info" ;
@@ -574,7 +575,6 @@ impl TraceAgent {
574
575
)
575
576
. await
576
577
}
577
-
578
578
579
579
async fn handle_llm_obs_spans_proxy (
580
580
config : Arc < config:: Config > ,
You can’t perform that action at this time.
0 commit comments