* 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> |
||
---|---|---|
.. | ||
javaagent | ||
README.md |
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 . |