Update helper classes

This commit is contained in:
Luca Abbati 2019-07-19 17:24:58 +02:00
parent 95a963a364
commit 9f0ec7ec49
No known key found for this signature in database
GPG Key ID: 74DBB952D9BA17F2
2 changed files with 0 additions and 8 deletions

View File

@ -41,12 +41,8 @@ public class ChannelFutureListenerInstrumentation extends Instrumenter.Default {
@Override @Override
public String[] helperClassNames() { public String[] helperClassNames() {
return new String[] { return new String[] {
"datadog.trace.agent.tooling.ClassLoaderScopedWeakMap$Supplier",
"datadog.trace.agent.tooling.ClassLoaderScopedWeakMap",
packageName + ".AttributeKeys", packageName + ".AttributeKeys",
packageName + ".AttributeKeys$1", packageName + ".AttributeKeys$1",
packageName + ".AttributeKeys$2",
packageName + ".AttributeKeys$3",
"datadog.trace.agent.decorator.BaseDecorator", "datadog.trace.agent.decorator.BaseDecorator",
// client helpers // client helpers
"datadog.trace.agent.decorator.ClientDecorator", "datadog.trace.agent.decorator.ClientDecorator",

View File

@ -55,12 +55,8 @@ public class NettyChannelPipelineInstrumentation extends Instrumenter.Default {
@Override @Override
public String[] helperClassNames() { public String[] helperClassNames() {
return new String[] { return new String[] {
"datadog.trace.agent.tooling.ClassLoaderScopedWeakMap$Supplier",
"datadog.trace.agent.tooling.ClassLoaderScopedWeakMap",
packageName + ".AttributeKeys", packageName + ".AttributeKeys",
packageName + ".AttributeKeys$1", packageName + ".AttributeKeys$1",
packageName + ".AttributeKeys$2",
packageName + ".AttributeKeys$3",
"datadog.trace.agent.decorator.BaseDecorator", "datadog.trace.agent.decorator.BaseDecorator",
// client helpers // client helpers
"datadog.trace.agent.decorator.ClientDecorator", "datadog.trace.agent.decorator.ClientDecorator",