opentelemetry-java-instrume.../instrumentation/methods
Darcy 925f6197d8
fix bug: get return type in a wrong way for method instrumentation (#6118)
* fix bug: get return type in a wrong way for method instrumentation

* add testcase for method instrumentation

* update code style

* update code style

* Use Span.isRecording() to test whether span has been ended

Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2022-05-31 21:23:20 -07:00
..
javaagent fix bug: get return type in a wrong way for method instrumentation (#6118) 2022-05-31 21:23:20 -07:00
README.md Drop manual-instrumentation and redirect to otel website pages (#5516) 2022-03-08 09:53:49 +01:00

README.md

Settings for the methods instrumentation

System property Type Default Description
otel.instrumentation.methods.include String None List of methods to include for tracing. For more information, see Creating spans around methods with otel.instrumentation.methods.include.