Skip to content

Commit 66955a3

Browse files
committed
WIP
1 parent e82387a commit 66955a3

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

dd-smoke-tests/src/main/java/datadog/smoketest/trace/TraceMatcher.java

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@
2020
* with the expected {@link SpanMatcher}s (one per expected span), or {@link #trace(UnaryOperator,
2121
* SpanMatcher...)} to configure the checks with a {@link Options} object.
2222
*
23-
* <p>{@link #SORT_BY_START_TIME} can be used as predefined configuration to sort spans by start
24-
* time, and {@link #SORT_BY_ANCESTRY} to sort spans by ancestry, root spans (or which parents are
25-
* not present in the trace chunk) first, followed by their children by start time, depth-first.
23+
* <p>The following predefined configurations:
24+
*
25+
* <ul>
26+
* <li>{@link #SORT_BY_START_TIME} sorts spans by start time,
27+
* <li>{@link #SORT_BY_ANCESTRY} sorts spans by ancestry, root spans (or which parents are not
28+
* present in the trace chunk) first, followed by their children by start time, depth-first
29+
* </ul>
2630
*
2731
* @see SmokeTraceAssertions
2832
* @see SpanMatcher

0 commit comments

Comments
 (0)