From 3768d72029cfa11082da50172e75b65c4f3794f0 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Tue, 15 Nov 2022 17:42:58 -0800 Subject: [PATCH] Update annotation enablement property --- content/en/docs/instrumentation/java/automatic/agent-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/instrumentation/java/automatic/agent-config.md b/content/en/docs/instrumentation/java/automatic/agent-config.md index a82c2b2b637a..4b62066eb6ce 100644 --- a/content/en/docs/instrumentation/java/automatic/agent-config.md +++ b/content/en/docs/instrumentation/java/automatic/agent-config.md @@ -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