From c0f5ef3e074fa99e1388632d7b3c9400540ddf99 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Thu, 17 Nov 2022 14:54:20 -0800 Subject: [PATCH] Update to stable and update property name (#2027) --- content/en/docs/instrumentation/java/automatic/annotations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/instrumentation/java/automatic/annotations.md b/content/en/docs/instrumentation/java/automatic/annotations.md index e05182e9924a..d84d4fafdf60 100644 --- a/content/en/docs/instrumentation/java/automatic/annotations.md +++ b/content/en/docs/instrumentation/java/automatic/annotations.md @@ -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 @@ -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 %}}