opentelemetry-java-instrume.../instrumentation/external-annotations
Anuraag Agrawal e6e2190f68
Fix most lint warnings. (#5180)
* Fix most lint warnings.

* Fix test
2022-01-20 18:28:45 +09:00
..
javaagent Fix most lint warnings. (#5180) 2022-01-20 18:28:45 +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.