Skip to content

Commit d6b0de2

Browse files
committed
add note about duration
1 parent 0dbfb59 commit d6b0de2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

span-stacktrace/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ file_format: 1.0-rc.1
3333
tracer_provider:
3434
processors:
3535
- experimental-stacktrace:
36+
min:
37+
duration: 10 # minimal duration in ms, default is 5, MUST be an integer
38+
filter: my.class.Name # optional, default is to include all spans
3639
```
3740
3841
This configuration will register the StackTraceSpanProcessor for all spans.

0 commit comments

Comments
 (0)