File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ createEntities:
20
20
enableCommandPayload : true
21
21
` ` `
22
22
23
- These tests require the ability to collect tracing [spans](../open-telemetry.md#span ) data in a structured form as
24
- described in the
23
+ These tests require the ability to collect tracing [spans](../open-telemetry.md) data in a structured form as described
24
+ in the
25
25
[Unified Test Format specification.expectTracingMessages](../../unified-test-format/unified-test-format.md#expectTracingMessages).
26
26
For example the Java driver uses [Micrometer](https://jira.mongodb.org/browse/JAVA-5732) to collect tracing spans.
27
27
Original file line number Diff line number Diff line change @@ -785,8 +785,8 @@ The structure of this object is as follows:
785
785
786
786
<span id="expectTracingMessages"></span>
787
787
788
- - `expectTracingMessages` : Optional object that defines expected tracing
789
- [spans](../open-telemetry/open-telemetry.md#span) for a test. The structure of this object is as follows:
788
+ - `expectTracingMessages` : Optional object that defines expected tracing [spans](../open-telemetry/open-telemetry.md)
789
+ for a test. The structure of this object is as follows :
790
790
791
791
- `client` : Required string. The ID of the client entity associated with these tracing spans.
792
792
You can’t perform that action at this time.
0 commit comments