Skip to content

Commit 825ec8b

Browse files
committed
fmt
1 parent d723a85 commit 825ec8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bottlecap/src/traces/trace_agent.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ const LLM_OBS_SPANS_INTAKE_PATH: &str = "/api/v2/llmobs";
3737
const LLM_OBS_EVAL_METRIC_INTAKE_PATH: &str = "/api/intake/llm-obs/v1/eval-metric";
3838
const LLM_OBS_EVAL_METRIC_INTAKE_PATH_V2: &str = "/api/intake/llm-obs/v2/eval-metric";
3939
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";
4142
const LLM_OBS_SPANS_ENDPOINT_PATH: &str = "/evp_proxy/v2/api/v2/llmobs";
4243
const DD_ADDITIONAL_TAGS_HEADER: &str = "X-Datadog-Additional-Tags";
4344
const 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>,

0 commit comments

Comments
 (0)