From cebd4e5f76c60778e8dc794a96dbf7c8266ce4d3 Mon Sep 17 00:00:00 2001 From: Pavol Loffay Date: Wed, 3 Nov 2021 16:10:08 +0100 Subject: [PATCH] Add annotation Signed-off-by: Pavol Loffay --- tests/e2e/instrumentation-java/01-assert.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/e2e/instrumentation-java/01-assert.yaml b/tests/e2e/instrumentation-java/01-assert.yaml index e4604137dd..d7fc7a670e 100644 --- a/tests/e2e/instrumentation-java/01-assert.yaml +++ b/tests/e2e/instrumentation-java/01-assert.yaml @@ -9,12 +9,12 @@ spec: containers: - name: myapp env: - - name: JAVA_TOOL_OPTIONS - value: " -javaagent:/otel-auto-instrumentation/javaagent.jar" - - name: OTEL_EXPORTER_OTLP_ENDPOINT - value: http://localhost:4318 - name: OTEL_SERVICE_NAME value: myapp + - name: OTEL_EXPORTER_OTLP_ENDPOINT + value: http://localhost:4318 + - name: JAVA_TOOL_OPTIONS + value: " -javaagent:/otel-auto-instrumentation/javaagent.jar" volumeMounts: - mountPath: /otel-auto-instrumentation name: opentelemetry-auto-instrumentation