Skip to content

Commit

Permalink
Add annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
  • Loading branch information
pavolloffay committed Nov 3, 2021
1 parent 735e19a commit cebd4e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/e2e/instrumentation-java/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cebd4e5

Please sign in to comment.