opentelemetry-java-instrume.../instrumentation/external-annotations
Trask Stalnaker 597b2a5321
More spotless (#7126)
2022-11-11 05:01:21 +00:00
..
javaagent Fix instrumentation-api-semconv packages (#6590) 2022-09-12 14:51:27 -07:00
javaagent-unit-tests Idea: deprecate `Config`, add agent-only `InstrumentationConfig` (#6264) 2022-07-08 16:20:49 +02:00
README.md More spotless (#7126) 2022-11-11 05:01:21 +00:00

README.md

Settings for the external annotations instrumentation

System property Type Default Description
otel.instrumentation.external-annotations.include String Default annotations Configuration for trace annotations, in the form of a pattern that matches 'package.Annotation$Name;*'.
otel.instrumentation.external-annotations.exclude-methods String All methods to be excluded from auto-instrumentation by annotation-based advices.