From 711272a66f4ddf4d76620a908f90ff822dd45894 Mon Sep 17 00:00:00 2001 From: Juan P Lopez Date: Fri, 10 Jan 2025 21:53:03 -0500 Subject: [PATCH] chore(price-history): add enableFilter setting --- charts/galoy/charts/price/templates/history-deployment.yaml | 2 ++ charts/galoy/charts/price/values.yaml | 1 + 2 files changed, 3 insertions(+) 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