opentelemetry-java-instrume.../instrumentation/external-annotations
Mateusz Rzeszutek f50f1fed3b
Fix instrumentation-api-semconv packages (#6590)
* Fix instrumentation-api-semconv packages

* Move test

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-09-12 14:51:27 -07:00
..
javaagent Fix instrumentation-api-semconv packages (#6590) 2022-09-12 14:51:27 -07:00
javaagent-unit-tests Idea: deprecate `Config`, add agent-only `InstrumentationConfig` (#6264) 2022-07-08 16:20:49 +02:00
README.md Add settings docs for instrumentations (#4981) 2022-01-03 10:24:48 -08: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.