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";