Skip to content

Commit 46d6f90

Browse files
committed
Tracing: added OpenTelemetry integration test
The test verifies that span tree structure and status code are valid. Speculative executions are run parallel to the main thread, so some of them can finish only after query result has been returned. Thus, in order to collect span data from entire request, we decided to wait until all speculative executions end. The main thread uses conditional variable `allEnded` to wait for them and lock is used for concurrent mutation of activeSpans.
1 parent ab492c2 commit 46d6f90

File tree

1 file changed

+876
-0
lines changed

1 file changed

+876
-0
lines changed

0 commit comments

Comments
 (0)