opentelemetry-java-instrume.../instrumentation/external-annotations
Gregor Zeitlinger 798bdd5569
config properties support for spring starter clients (#11605)
2024-07-02 16:49:39 +03:00
..
javaagent config properties support for spring starter clients (#11605) 2024-07-02 16:49:39 +03: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.