Lauri Tulmin 4ad44909ca Faster type matching (#5724) 2 years ago
..
javaagent 4ad44909ca Faster type matching (#5724) 2 years ago
javaagent-unit-tests 65717dae3e Cleanup Config & ConfigBuilder API (#5733) 2 years ago
README.md 4d7a5d5062 Add settings docs for instrumentations (#4981) 3 years ago

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.