Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay committed Oct 25, 2021
1 parent b2920f5 commit a03e684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ EOF
```

1. Container image with [OpenTelemetry Java auto-instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation).
The image has to copy Java agent JAR into `/otel-auto-instrumentation/javaagent.jar` e.g. `CMD ["cp", "/javaagent.jar", "/otel-auto-instrumentation/javaagent.jar"]`
The image has to contain Java agent JAR `/javaagent.jar` and the JAR is copied to a shared volume mounted to the application container.

The above CR can be queried by `kubectl get otelinst`.

Expand Down

0 comments on commit a03e684

Please sign in to comment.