opentelemetry-java-instrume.../dd-java-agent
Nikolay Martynov 1fbb33d182 More fixes to Lettuce tests
Lettuce intrumentatio is implemented in a way that after operation has
been performed `span` is not closed syncronously - in fact this happens
on separate thread. This means `spans` for even syncronous operations
may be closed on opposite order.
This means that writing tests that pefrom two operations and expect
two traces is slightly more complicated. In many places we can just
avoid doing that by preparing necessary data in `setup`.

This fixes some of the false negatives in tests.
2018-06-22 16:44:58 -04:00
..
agent-bootstrap Simplify Jacoco configuration 2018-06-20 17:13:30 -04:00
agent-tooling Merge pull request #352 from DataDog/tyler/netty 2018-06-21 14:11:12 +10:00
benchmark Begin 0.10.0 2018-05-29 18:41:37 +10:00
benchmark-integration Add server startup memory info 2018-04-06 13:20:43 +08:00
instrumentation More fixes to Lettuce tests 2018-06-22 16:44:58 -04:00
src Organize bootstrap and agent classes by known prefix. 2018-03-15 12:17:03 -07:00
testing Merge pull request #352 from DataDog/tyler/netty 2018-06-21 14:11:12 +10:00
README.md Update documentation (#67) 2017-07-27 21:08:35 +02:00
dd-java-agent.gradle Upgrade some versions. 2018-06-14 11:56:56 +10:00

README.md

Datadog Java Agent for APM