Skip to content

Commit 8e4242f

Browse files
committed
add default
1 parent 2e202d5 commit 8e4242f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/methods/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ instrumentation/development:
3737
- `class`: The fully qualified name of the class containing the method to be traced.
3838
- `methods`: A list of method configurations for the specified class.
3939
- `name`: The name of the method to trace.
40-
- `span_kind`: The kind of span to create (e.g., SERVER, CLIENT).
40+
- `span_kind`: The kind of span to create (e.g., `SERVER`, `CLIENT`, default is `INTERNAL`).
4141

4242
This configuration will instruct the OpenTelemetry Java agent to create a span around the `call`
4343
method of the specified class, with the span kind set to SERVER.

0 commit comments

Comments
 (0)