Enable Spymemcached instrumentation by default

This commit is contained in:
Gary 2018-09-28 14:51:10 -04:00
parent 38a9d86372
commit 79d3327475
No known key found for this signature in database
GPG Key ID: 0CB168EE6C6844B7
2 changed files with 0 additions and 9 deletions

View File

@ -73,11 +73,6 @@ public final class MemcachedClientInstrumentation extends Instrumenter.Default {
return transformers;
}
@Override
protected boolean defaultEnabled() {
return false;
}
public static class AsyncOperationAdvice {
@Advice.OnMethodEnter(suppress = Throwable.class)

View File

@ -35,10 +35,6 @@ import static net.spy.memcached.ConnectionFactoryBuilder.Protocol.BINARY
@Requires({ "true" == System.getenv("CI") || jvm.java8Compatible })
class SpymemcachedTest extends AgentTestRunner {
static {
System.setProperty("dd.integration.spymemcached.enabled", "true")
}
@Shared
def parentOperation = "parent-span"
@Shared