opentelemetry-java-instrume.../instrumentation/external-annotations
jason plumb 81c7713bb2
Source dd Trace from dd artifact and update sfx to last possible. (#12834)
2024-12-07 00:46:28 +00:00
..
javaagent Source dd Trace from dd artifact and update sfx to last possible. (#12834) 2024-12-07 00:46:28 +00:00
javaagent-unit-tests config properties support for spring starter clients (#11605) 2024-07-02 16:49:39 +03:00
README.md Apply Prettier to markdown files (#8968) 2023-07-19 12:22:35 -07: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.