opentelemetry-java-instrume.../instrumentation/external-annotations
Mateusz Rzeszutek 82b39b1012
Rename `newInstrumenter()` into `buildInstrumenter()` (#6363)
* Rename newInstrumenter() into buildInstrumenter()

* spotless
2022-07-25 12:02:46 -07:00
..
javaagent Rename `newInstrumenter()` into `buildInstrumenter()` (#6363) 2022-07-25 12:02:46 -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.