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";
3737const  LLM_OBS_EVAL_METRIC_INTAKE_PATH :  & str  = "/api/intake/llm-obs/v1/eval-metric" ; 
3838const  LLM_OBS_EVAL_METRIC_INTAKE_PATH_V2 :  & str  = "/api/intake/llm-obs/v2/eval-metric" ; 
3939const  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" ; 
4142const  LLM_OBS_SPANS_ENDPOINT_PATH :  & str  = "/evp_proxy/v2/api/v2/llmobs" ; 
4243const  DD_ADDITIONAL_TAGS_HEADER :  & str  = "X-Datadog-Additional-Tags" ; 
4344const  INFO_ENDPOINT_PATH :  & str  = "/info" ; 
@@ -574,7 +575,6 @@ impl TraceAgent {
574575 ) 
575576 . await 
576577 } 
577-  
578578
579579 async  fn  handle_llm_obs_spans_proxy ( 
580580 config :  Arc < config:: Config > , 
                         You can’t perform that action at this time. 
           
                  
0 commit comments