opentelemetry-java-instrume.../instrumentation/executors/javaagent/executors-javaagent.gradle

12 lines
225 B
Groovy

apply from: "$rootDir/gradle/instrumentation.gradle"
muzzle {
pass {
coreJdk()
}
}
tasks.withType(Test) {
jvmArgs "-Dotel.instrumentation.executors.include=ExecutorInstrumentationTest\$CustomThreadPoolExecutor"
}