* Faster type matching * make findLoadedClass accessible on java17 * enable jaxrs instrumentation for quarkus test * fix websphere * fix muzzle * javadoc formating * ignore classes that are know to fail to load for virtual field transforms * add back jaxrs and jaxws annotation instrumentations * Apply suggestions from code review Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> * fix compile error * comments * replace deprecated method usage * add comment * add an spi to get access to bootstrap proxy from muzzle module Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> |
||
---|---|---|
.. | ||
javaagent | ||
javaagent-unit-tests | ||
README.md |
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. |