File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ tasks {
5353 " -javaagent:${shadowTask.archiveFile.get()} " ,
5454 " -Dotel.traces.exporter=none" ,
5555 " -Dotel.metrics.exporter=none" ,
56+ " -Dotel.logs.exporter=none" ,
5657 // avoid instrumenting HttpURLConnection for now since it is used to make the requests
5758 // and this benchmark is focused on servlet overhead for now
5859 " -Dotel.instrumentation.http-url-connection.enabled=false" ,
Original file line number Diff line number Diff line change @@ -253,6 +253,9 @@ tasks {
253253 dependsOn(shadowJar)
254254
255255 jvmArgs(" -Dotel.javaagent.debug=true" )
256+ jvmArgs(" -Dotel.traces.exporter=none" )
257+ jvmArgs(" -Dotel.metrics.exporter=none" )
258+ jvmArgs(" -Dotel.logs.exporter=none" )
256259
257260 jvmArgumentProviders.add(JavaagentProvider (shadowJar.flatMap { it.archiveFile }))
258261
You can’t perform that action at this time.
0 commit comments