From a8da4c1198af857ae5459796b0baa651b7566e9b Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 14 Nov 2024 14:37:53 +0100 Subject: [PATCH] fix: fix otel url typo --- resources/atlantis/manifests/base/dapr-tracing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/atlantis/manifests/base/dapr-tracing.yaml b/resources/atlantis/manifests/base/dapr-tracing.yaml index 7ded938d..f30cff54 100644 --- a/resources/atlantis/manifests/base/dapr-tracing.yaml +++ b/resources/atlantis/manifests/base/dapr-tracing.yaml @@ -7,5 +7,5 @@ spec: tracing: samplingRate: "1" zipkin: - endpointAddress: " http://opentelemetry-collector.otel.svc:9411/api/v2/spans" + endpointAddress: "http://opentelemetry-collector.otel.svc:9411/api/v2/spans"