opentelemetry-java-instrume.../instrumentation/external-annotations
Jay DeLuca 6521fc885d
Introduce instrumentation classifications to metadata (#13672)
2025-04-09 19:15:47 -07:00
..
javaagent fix(deps): update dependency io.opentelemetry.semconv:opentelemetry-semconv to v1.30.0-rc.1 (#13116) 2025-01-30 14:18:43 -08: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
metadata.yaml Introduce instrumentation classifications to metadata (#13672) 2025-04-09 19:15:47 -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.