From 755cddadc2113fb071cc1bbe076241882a8dd87d Mon Sep 17 00:00:00 2001 From: shimoncohen Date: Thu, 23 Apr 2026 14:57:12 +0300 Subject: [PATCH] helm: pass trace context to backend --- helm/templates/_helpers.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/templates/_helpers.tpl b/helm/templates/_helpers.tpl index 43e5b04..cb74c7b 100644 --- a/helm/templates/_helpers.tpl +++ b/helm/templates/_helpers.tpl @@ -139,4 +139,5 @@ otel_trace $ratio_sampler; {{- else -}} otel_trace off; {{- end -}} +otel_trace_context propagate; {{- end -}}