opentelemetry-java-instrume.../instrumentation/executors
Lauri Tulmin 2a24734ec3
Fix flaky executor test (#5658)
2022-03-22 08:23:02 +09:00
..
javaagent Migrate scala executor tests to Java (#5618) 2022-03-18 13:49:03 +09:00
testing Fix flaky executor test (#5658) 2022-03-22 08:23:02 +09:00
README.md Add settings docs for instrumentations (#4981) 2022-01-03 10:24:48 -08: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.