diff --git a/charts/galoy/charts/price/templates/realtime-deployment.yaml b/charts/galoy/charts/price/templates/realtime-deployment.yaml index 6321b33756..71be47b6cf 100644 --- a/charts/galoy/charts/price/templates/realtime-deployment.yaml +++ b/charts/galoy/charts/price/templates/realtime-deployment.yaml @@ -42,6 +42,8 @@ spec: value: {{ .Values.realtime.tracing.otelExporterOtlpEndpoint }} - name: OTEL_SERVICE_NAME value: {{ .Values.realtime.tracing.otelServiceName }} + - name: TRACING_ENABLE_FILTER + value: {{ .Values.realtime.tracing.enableFilter | quote }} volumeMounts: - name: custom-yaml mountPath: "/var/yaml/" diff --git a/charts/galoy/charts/price/values.yaml b/charts/galoy/charts/price/values.yaml index d577c63ec6..d99fa75c84 100644 --- a/charts/galoy/charts/price/values.yaml +++ b/charts/galoy/charts/price/values.yaml @@ -35,6 +35,7 @@ realtime: tracing: otelExporterOtlpEndpoint: http://localhost:4318/v1/traces otelServiceName: galoy-price-realtime-dev + enableFilter: true config: {} image: repository: us.gcr.io/galoy-org/price