We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e202d5 commit 8e4242fCopy full SHA for 8e4242f
instrumentation/methods/README.md
@@ -37,7 +37,7 @@ instrumentation/development:
37
- `class`: The fully qualified name of the class containing the method to be traced.
38
- `methods`: A list of method configurations for the specified class.
39
- `name`: The name of the method to trace.
40
- - `span_kind`: The kind of span to create (e.g., SERVER, CLIENT).
+ - `span_kind`: The kind of span to create (e.g., `SERVER`, `CLIENT`, default is `INTERNAL`).
41
42
This configuration will instruct the OpenTelemetry Java agent to create a span around the `call`
43
method of the specified class, with the span kind set to SERVER.
0 commit comments