SylvainJuge 955470a63a Semconv 1.25.0 migration (#10983) 11 달 전
..
javaagent 955470a63a Semconv 1.25.0 migration (#10983) 11 달 전
javaagent-unit-tests 6e3f6d2d20 Convert external-annotations javagent unit tests from groovy to java (#9582) 1 년 전
README.md 2bdddafdc4 Apply Prettier to markdown files (#8968) 1 년 전

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.