Skip to content

Commit

Permalink
update readme (#1857)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Aronoff <[email protected]>
  • Loading branch information
TylerHelmuth and jaronoff97 committed Jun 20, 2023
1 parent 38f47f0 commit 8aa43da
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,17 @@ instrumentation.opentelemetry.io/inject-go: "true"
instrumentation.opentelemetry.io/otel-go-auto-target-exe: "/path/to/container/executable"
```

Go auto-instrumentation also requires elevated permissions. The below permissions are set automatically and are required.

```yaml
securityContext:
capabilities:
add:
- SYS_PTRACE
privileged: true
runAsUser: 0
```
Apache HTTPD:
```bash
instrumentation.opentelemetry.io/inject-apache-httpd: "true"
Expand Down

0 comments on commit 8aa43da

Please sign in to comment.