From b9d2cabd4966d096d8c6792f2011c563872ec2d6 Mon Sep 17 00:00:00 2001 From: Aaron Abbott Date: Fri, 7 Oct 2022 14:26:43 +0000 Subject: [PATCH] Update more test assertions --- .../e2e/instrumentation-python-multicontainer/01-assert.yaml | 4 +++- .../e2e/instrumentation-python-multicontainer/02-assert.yaml | 4 +++- tests/e2e/instrumentation-python/01-assert.yaml | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/tests/e2e/instrumentation-python-multicontainer/01-assert.yaml b/tests/e2e/instrumentation-python-multicontainer/01-assert.yaml index 196be91e8d..34078dcad6 100644 --- a/tests/e2e/instrumentation-python-multicontainer/01-assert.yaml +++ b/tests/e2e/instrumentation-python-multicontainer/01-assert.yaml @@ -15,6 +15,8 @@ spec: value: /otel-auto-instrumentation/opentelemetry/instrumentation/auto_instrumentation:/otel-auto-instrumentation - name: OTEL_TRACES_EXPORTER value: otlp_proto_http + - name: OTEL_METRICS_EXPORTER + value: none - name: OTEL_EXPORTER_OTLP_ENDPOINT value: http://localhost:4317 - name: OTEL_EXPORTER_OTLP_TIMEOUT @@ -65,4 +67,4 @@ spec: name: opentelemetry-auto-instrumentation - name: otc-container status: - phase: Running \ No newline at end of file + phase: Running diff --git a/tests/e2e/instrumentation-python-multicontainer/02-assert.yaml b/tests/e2e/instrumentation-python-multicontainer/02-assert.yaml index 66335224b4..06a9dfcbd8 100644 --- a/tests/e2e/instrumentation-python-multicontainer/02-assert.yaml +++ b/tests/e2e/instrumentation-python-multicontainer/02-assert.yaml @@ -18,6 +18,8 @@ spec: value: /otel-auto-instrumentation/opentelemetry/instrumentation/auto_instrumentation:/otel-auto-instrumentation - name: OTEL_TRACES_EXPORTER value: otlp_proto_http + - name: OTEL_METRICS_EXPORTER + value: none - name: OTEL_EXPORTER_OTLP_ENDPOINT value: http://localhost:4317 - name: OTEL_EXPORTER_OTLP_TIMEOUT @@ -41,4 +43,4 @@ spec: name: opentelemetry-auto-instrumentation - name: otc-container status: - phase: Running \ No newline at end of file + phase: Running diff --git a/tests/e2e/instrumentation-python/01-assert.yaml b/tests/e2e/instrumentation-python/01-assert.yaml index c0336b0e3f..0eec0cf290 100644 --- a/tests/e2e/instrumentation-python/01-assert.yaml +++ b/tests/e2e/instrumentation-python/01-assert.yaml @@ -14,6 +14,8 @@ spec: value: "debug" - name: OTEL_TRACES_EXPORTER value: otlp_proto_http + - name: OTEL_METRICS_EXPORTER + value: none - name: OTEL_EXPORTER_OTLP_ENDPOINT value: http://localhost:4317 - name: PYTHONPATH