Skip to content

Commit

Permalink
Add env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
KnlnKS committed Apr 20, 2024
1 parent a604cc1 commit 836e4a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/retool/templates/_telemetry_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,9 @@ Env vars to include on retool pods to collect telemetry via telemetry pod.
value: {{ printf "%s.%s" (include "retool.telemetry.fullname" .) .Release.Namespace | quote }}
- name: STATSD_PORT
value: "9125"
- name: OTEL_HOST
value: {{ printf "%s.%s" (include "retool.telemetry.fullname" .) .Release.Namespace | quote }}
- name: OTEL_PORT
value: "4317"
{{- end }}
{{- end }}

0 comments on commit 836e4a4

Please sign in to comment.