Aaron Ai 2d7395c44b Introduce markdown lint check (#7175) 2 anni fa
..
javaagent f50f1fed3b Fix instrumentation-api-semconv packages (#6590) 2 anni fa
javaagent-unit-tests e7887ac929 Idea: deprecate `Config`, add agent-only `InstrumentationConfig` (#6264) 2 anni fa
README.md 2d7395c44b Introduce markdown lint check (#7175) 2 anni fa

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.