Skip to content

Commit 8cb7935

Browse files
committed
update
1 parent 3469c62 commit 8cb7935

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config/charts/inferencepool/templates/epp-deployment.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,12 @@ spec:
108108
fieldRef:
109109
fieldPath: metadata.namespace
110110
{{- if .Values.inferenceExtension.trace.enabled }}
111-
- name: OTEL_EXPORTER_OTLP_ENDPOINT
112-
value: {{ .Values.inferenceExtension.trace.otelExporterEndpoint | default "http://localhost:4317" | quote }}
113111
- name: OTEL_SERVICE_NAME
114112
value: "gateway-api-inference-extension"
113+
- name: OTEL_EXPORTER_OTLP_ENDPOINT
114+
value: {{ .Values.inferenceExtension.trace.otelExporterEndpoint | default "http://localhost:4317" | quote }}
115+
- name: OTEL_TRACES_EXPORTER
116+
value: "otlp"
115117
- name: OTEL_RESOURCE_ATTRIBUTES_NODE_NAME
116118
valueFrom:
117119
fieldRef:

0 commit comments

Comments
 (0)