opentelemetry-java-instrume.../dd-java-agent/testing
Tyler Benson 6ccb0d71d8 Change the scope for the netty client callback
Previously the scope was the http client span, which could result in deep nesting.  Now it is the parent span.

Before
[——————Parent—————]
   [ ^ ———Client—————]
                        [ ^—Child—]

Now:
[——————Parent—————]
   [ ^ —Client—] [ ^—Child—]

Also improve the tests.
2019-07-19 09:26:40 -07:00
..
src Change the scope for the netty client callback 2019-07-19 09:26:40 -07:00
testing.gradle Minor fixes to typos and code styles 2019-06-21 15:53:13 -04:00