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 4ac2c28 commit 7a9f2f4Copy full SHA for 7a9f2f4
span-stacktrace/README.md
@@ -19,10 +19,10 @@ This extension supports autoconfiguration.
19
20
`otel.java.experimental.span-stacktrace.filter`
21
22
-- allows to filter spans to be excluded from stacktrace capture
23
-- defaults to include all spans.
24
-- value is the class name of a class implementing `java.util.function.Predicate<ReadableSpan>`
25
-- filter class must be publicly accessible and provide a no-arg constructor
+ - allows to filter spans to be excluded from stacktrace capture
+ - defaults to include all spans.
+ - value is the class name of a class implementing `java.util.function.Predicate<ReadableSpan>`
+ - filter class must be publicly accessible and provide a no-arg constructor
26
27
## Component owners
28
0 commit comments