Skip to content

Commit 4ac2c28

Browse files
committed
fix markdown
1 parent 9e11955 commit 4ac2c28

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

span-stacktrace/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ As a consequence it should only be used when the span duration is known, thus on
1010

1111
This extension supports autoconfiguration.
1212

13-
`otel.java.experimental.span-stacktrace.min.duration`:
13+
`otel.java.experimental.span-stacktrace.min.duration`
14+
1415
- allows to configure the minimal duration for which spans have a stacktrace captured
1516
- defaults to 5ms
1617
- a value of zero will include all spans
1718
- a negative value will disable the feature
1819

19-
`otel.java.experimental.span-stacktrace.filter`:
20+
`otel.java.experimental.span-stacktrace.filter`
21+
2022
- allows to filter spans to be excluded from stacktrace capture
2123
- defaults to include all spans.
2224
- value is the class name of a class implementing `java.util.function.Predicate<ReadableSpan>`

0 commit comments

Comments
 (0)