opentelemetry-java-instrume.../instrumentation/executors
Lauri Tulmin 2277092d82
Fix flaky scala executor test (#7725)
https://ge.opentelemetry.io/s/pn7rhvguj5nyq/tests/:instrumentation:executors:javaagent:test/io.opentelemetry.javaagent.instrumentation.scalaexecutors.ScalaInstrumentationTest/scalaFuturesAndCallbacks()?top-execution=1
Seems like the same issue as in
https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/5671
2023-02-03 12:49:05 +01:00
..
bootstrap Instrumentation API changes: VirtualField (#6017) 2022-05-12 11:17:24 -07:00
javaagent Fix flaky scala executor test (#7725) 2023-02-03 12:49:05 +01:00
testing Rename javaagent executor package names (#5847) 2022-04-18 22:15:28 -07:00
README.md More spotless (#7126) 2022-11-11 05:01:21 +00:00

README.md

Settings for the executors instrumentation

System property Type Default Description
otel.instrumentation.executors.include List Empty List of Executor subclasses to be instrumented.
otel.instrumentation.executors.include-all Boolean false Whether to instrument all classes that implement the Executor interface.