opentelemetry-java-instrume.../instrumentation/external-annotations
Trask Stalnaker 2bdddafdc4
Apply Prettier to markdown files (#8968)
2023-07-19 12:22:35 -07:00
..
javaagent Bump com.diffplug.spotless:spotless-plugin-gradle from 6.18.0 to 6.19.0 (#8561) 2023-05-24 12:23:07 -07:00
javaagent-unit-tests Idea: deprecate `Config`, add agent-only `InstrumentationConfig` (#6264) 2022-07-08 16:20:49 +02:00
README.md Apply Prettier to markdown files (#8968) 2023-07-19 12:22:35 -07: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.