opentelemetry-java-instrume.../instrumentation/external-annotations
Mateusz Rzeszutek 65ee9510f5
Rename the `instrumentation-api-semconv` module into `instrumentation-api-incubator` (#9985)
2023-12-04 08:28:10 +01:00
..
javaagent Rename the `instrumentation-api-semconv` module into `instrumentation-api-incubator` (#9985) 2023-12-04 08:28:10 +01:00
javaagent-unit-tests Convert external-annotations javagent unit tests from groovy to java (#9582) 2023-09-29 13:27:13 -07: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.