opentelemetry-java-instrume.../instrumentation/external-annotations
Anuraag Agrawal 213057d057
Run check during testing and assemble during building (#5619)
2022-03-18 13:48:51 +09:00
..
javaagent Run check during testing and assemble during building (#5619) 2022-03-18 13:48:51 +09:00
javaagent-unit-tests Use byte-buddy-dep instead of byte-buddy (#4400) 2021-10-19 13:46:48 -07:00
README.md Add settings docs for instrumentations (#4981) 2022-01-03 10:24:48 -08: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.