Skip to content

Commit b474a15

Browse files
committed
Fix some e2e
1 parent 15c9574 commit b474a15

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/e2e-multi-instrumentation/instrumentation-multi-multicontainer-go/02-assert.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ spec:
4343
value: otlp
4444
- name: OTEL_METRICS_EXPORTER
4545
value: otlp
46+
- name: OTEL_LOGS_EXPORTER
47+
value: otlp
4648
- name: OTEL_EXPORTER_OTLP_TIMEOUT
4749
value: "20"
4850
- name: OTEL_TRACES_SAMPLER

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

+2
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ spec:
185185
value: otlp
186186
- name: OTEL_METRICS_EXPORTER
187187
value: otlp
188+
- name: OTEL_LOGS_EXPORTER
189+
value: otlp
188190
- name: OTEL_TRACES_SAMPLER
189191
value: parentbased_traceidratio
190192
- name: OTEL_TRACES_SAMPLER_ARG

0 commit comments

Comments
 (0)