Skip to content

Commit

Permalink
chore(price-realtime): add enableFilter setting (#5955)
Browse files Browse the repository at this point in the history
* chore(price-realtime): add enableFilter setting

* fix: cannot unmarshal bool error

* fix: update enable filter to use string

* fix: force env var to be used as string

---------

Co-authored-by: Kartik Shah <[email protected]>
  • Loading branch information
dolcalmi and krtk6160 authored Mar 22, 2024
1 parent 1293bcf commit 1954150
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/galoy/charts/price/templates/realtime-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
1 change: 1 addition & 0 deletions charts/galoy/charts/price/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1954150

Please sign in to comment.