Skip to content

Commit a8e6b49

Browse files
Added OTEL env vars
1 parent b708a8e commit a8e6b49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scaleout/stackn/templates/studio-deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,10 @@ spec:
351351
- name: FRONTEND_DOMAIN
352352
value: {{ (index .Values.frontend.ingress.hosts 0) }}
353353
{{ end }}
354+
- name: OTEL_SERVICE_NAME
355+
value: "fedn-studio"
356+
- name: OTEL_EXPORTER_OTLP_ENDPOINT
357+
value: "https://api.honeycomb.io"
354358
- name: OTEL_EXPORTER_OTLP_HEADERS
355359
valueFrom:
356360
secretKeyRef:

0 commit comments

Comments
 (0)