From 2619459c59646086a627b3df394b61ffa8288e21 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Mon, 18 Nov 2024 17:16:17 -0800 Subject: [PATCH] fix path --- crates/common/src/consts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/common/src/consts.rs b/crates/common/src/consts.rs index 0e6c5b64..28db9fb8 100644 --- a/crates/common/src/consts.rs +++ b/crates/common/src/consts.rs @@ -30,4 +30,4 @@ pub const ARCH_MODEL_PREFIX: &str = "Arch"; pub const HALLUCINATION_TEMPLATE: &str = "It seems I'm missing some information. Could you provide the following details "; pub const OTEL_COLLECTOR_HTTP: &str = "opentelemetry_collector_http"; -pub const OTEL_POST_PATH: &str = "/v1/trace"; +pub const OTEL_POST_PATH: &str = "/v1/traces";