Skip to content

Commit

Permalink
Update annotation enablement property (#2016)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Nov 16, 2022
1 parent 1ae1790 commit b1b9b88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ instrumentation which would also disable the instrumentation's capturing of

You can suppress all auto instrumentations but have support for manual
instrumentation with `@WithSpan` and normal API interactions by using
`-Dotel.instrumentation.common.default-enabled=false -Dotel.instrumentation.opentelemetry-api.enabled=true -Dotel.instrumentation.opentelemetry-annotations.enabled=true`
`-Dotel.instrumentation.common.default-enabled=false -Dotel.instrumentation.opentelemetry-api.enabled=true -Dotel.instrumentation.opentelemetry-instrumentation-annotations.enabled=true`

### Instrumentation span suppression behavior

Expand Down

0 comments on commit b1b9b88

Please sign in to comment.