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 0dbfb59 commit d6b0de2Copy full SHA for d6b0de2
span-stacktrace/README.md
@@ -33,6 +33,9 @@ file_format: 1.0-rc.1
33
tracer_provider:
34
processors:
35
- 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
39
```
40
41
This configuration will register the StackTraceSpanProcessor for all spans.
0 commit comments