Skip to content

Commit 518cd4a

Browse files
mccullsmtoffl01
authored andcommitted
Async propagation is on by default, so HystrixThreadPoolInstrumentation is no longer required to temporarily enable it (#8556)
1 parent 3c4876c commit 518cd4a

File tree

2 files changed

+0
-54
lines changed

2 files changed

+0
-54
lines changed

dd-java-agent/instrumentation/hystrix-1.4/src/main/java/datadog/trace/instrumentation/hystrix/HystrixThreadPoolInstrumentation.java

Lines changed: 0 additions & 52 deletions
This file was deleted.

dd-java-agent/instrumentation/hystrix-1.4/src/test/groovy/HystrixTest.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ class HystrixTest extends HystrixTestRunner {
3535
}
3636
}
3737
expect:
38-
TRANSFORMED_CLASSES_NAMES.contains("com.netflix.hystrix.strategy.concurrency.HystrixContextScheduler\$ThreadPoolWorker")
3938
TRANSFORMED_CLASSES_NAMES.contains("HystrixTest\$1")
4039
result == "Hello!"
4140

@@ -114,7 +113,6 @@ class HystrixTest extends HystrixTestRunner {
114113
}
115114
}
116115
expect:
117-
TRANSFORMED_CLASSES_NAMES.contains("com.netflix.hystrix.strategy.concurrency.HystrixContextScheduler\$ThreadPoolWorker")
118116
TRANSFORMED_CLASSES_NAMES.contains("HystrixTest\$2")
119117
result == "Fallback!"
120118

0 commit comments

Comments
 (0)