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