Skip to content

Commit

Permalink
Update to stable and update property name (#2027)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Nov 17, 2022
1 parent 4b3bad0 commit c0f5ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/instrumentation/java/automatic/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Annotations
description: Using instrumentation annotations with a Java agent.
aliases: [/docs/instrumentation/java/annotations]
weight: 4
javaAnnotationsVersion: 1.20.0-alpha
javaAnnotationsVersion: 1.20.0
---

For most users, the out-of-the-box instrumentation is completely sufficient and
Expand Down Expand Up @@ -107,7 +107,7 @@ using `@WithSpan` and you want to suppress some of them without modifying the
code.

{{% config_option
name="otel.instrumentation.opentelemetry-annotations.exclude-methods" %}}
name="otel.instrumentation.opentelemetry-instrumentation-annotations.exclude-methods" %}}
Suppress `@WithSpan` instrumentation for specific methods. Format is
`my.package.MyClass1[method1,method2];my.package.MyClass2[method3]`. {{%
/config_option %}}
Expand Down

0 comments on commit c0f5ef3

Please sign in to comment.