Mateusz Rzeszutek 65ee9510f5 Rename the `instrumentation-api-semconv` module into `instrumentation-api-incubator` (#9985) 1 年之前
..
javaagent 65ee9510f5 Rename the `instrumentation-api-semconv` module into `instrumentation-api-incubator` (#9985) 1 年之前
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.