From a87841325d74a8e78430d8d166ac9f834bce8823 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Sat, 12 Apr 2025 20:01:04 +0200 Subject: [PATCH] fix(base): adjust url for otlp http tracing --- base-values/tracing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-values/tracing.yaml b/base-values/tracing.yaml index 99853aa..e2e6128 100644 --- a/base-values/tracing.yaml +++ b/base-values/tracing.yaml @@ -2,7 +2,7 @@ commons: tracing: enabled: true http: - endpoint: "http://tempo.monitoring.svc:4318" + endpoint: "http://tempo.monitoring.svc:4318/v1/traces" grpc: enabled: true insecure: true