diff --git a/charts/galoy/charts/price/templates/history-deployment.yaml b/charts/galoy/charts/price/templates/history-deployment.yaml index 5d02b9ab85..6780acec93 100644 --- a/charts/galoy/charts/price/templates/history-deployment.yaml +++ b/charts/galoy/charts/price/templates/history-deployment.yaml @@ -57,6 +57,8 @@ spec: value: {{ .Values.history.tracing.otelExporterOtlpEndpoint }} - name: OTEL_SERVICE_NAME value: {{ .Values.history.tracing.otelServiceName }} + - name: TRACING_ENABLE_FILTER + value: {{ .Values.history.tracing.enableFilter | quote }} - name: NOTIFICATIONS_ENDPOINT value: {{ .Values.history.notificationsEndpoint }} volumeMounts: diff --git a/charts/galoy/charts/price/values.yaml b/charts/galoy/charts/price/values.yaml index 4e1795967c..18bc0bc31b 100644 --- a/charts/galoy/charts/price/values.yaml +++ b/charts/galoy/charts/price/values.yaml @@ -54,6 +54,7 @@ history: tracing: otelExporterOtlpEndpoint: http://localhost:4318/v1/traces otelServiceName: galoy-price-history-dev + enableFilter: true valuesOverride: {} image: repository: us.gcr.io/galoy-org/price-history