Skip to content

Commit 15c9574

Browse files
committed
Update e2e tests
1 parent cdb49f9 commit 15c9574

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

tests/e2e-instrumentation/instrumentation-python-multicontainer/01-assert.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ spec:
2626
value: otlp
2727
- name: OTEL_METRICS_EXPORTER
2828
value: otlp
29+
- name: OTEL_LOGS_EXPORTER
30+
value: otlp
2931
- name: OTEL_EXPORTER_OTLP_ENDPOINT
3032
value: http://localhost:4317
3133
- name: OTEL_EXPORTER_OTLP_TIMEOUT
@@ -74,6 +76,8 @@ spec:
7476
value: otlp
7577
- name: OTEL_METRICS_EXPORTER
7678
value: otlp
79+
- name: OTEL_LOGS_EXPORTER
80+
value: otlp
7781
- name: OTEL_EXPORTER_OTLP_ENDPOINT
7882
value: http://localhost:4317
7983
- name: OTEL_EXPORTER_OTLP_TIMEOUT

tests/e2e-instrumentation/instrumentation-python-multicontainer/02-assert.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ spec:
3737
value: otlp
3838
- name: OTEL_METRICS_EXPORTER
3939
value: otlp
40+
- name: OTEL_LOGS_EXPORTER
41+
value: otlp
4042
- name: OTEL_EXPORTER_OTLP_ENDPOINT
4143
value: http://localhost:4317
4244
- name: OTEL_EXPORTER_OTLP_TIMEOUT

tests/e2e-instrumentation/instrumentation-python/01-assert.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ spec:
2121
value: debug
2222
- name: OTEL_TRACES_EXPORTER
2323
value: otlp
24+
- name: OTEL_LOGS_EXPORTER
25+
value: otlp
2426
- name: OTEL_EXPORTER_OTLP_ENDPOINT
2527
value: http://localhost:4318
2628
- name: PYTHONPATH

0 commit comments

Comments
 (0)