opentelemetry-java-instrume.../agent-bootstrap
Nikita Salnikov-Tarnovski 28eaeb9fed
Allow to disable auto-instrumentation for specified methods (#369)
Add new configuration property, `trace.methods.exclude`, which marks methods which should be excluded from instrumentation. This does not affect any arbitrary auto-instrumentation. Only auto-instrumentation guided by supported annotations (see `trace.annotations` config option and its default value in TraceAnnotationsInstrumentation#DEFAULT_ANNOTATIONS) and by `trace.methods` configuration property can be disabled using this new configuration.
2020-05-04 13:17:44 -07:00
..
src Allow to disable auto-instrumentation for specified methods (#369) 2020-05-04 13:17:44 -07:00
agent-bootstrap.gradle Merge tag 'v0.49.0' into dd-merge 2020-04-18 16:00:00 -07:00