opentelemetry-java-instrume.../dd-java-agent-ittests
Tyler Benson 2b1c9aabfb Force traces to wait Continuation dereferencing before reporting
If all the current spans on a trace complete before a continuation can be activated, previously the trace could have been reported, not allowing additional spans to be added.

This PR changes it so any created continuations must be dereferenced (GC’d) before allowing the trace to be reported.
2018-03-09 14:31:48 +10:00
..
src/test Force traces to wait Continuation dereferencing before reporting 2018-03-09 14:31:48 +10:00
dd-java-agent-ittests.gradle Fix test for v0.4 endpoint 2018-02-26 13:50:32 +10:00