OpenTelemetry auto-instrumentation and instrumentation libraries for Java
Go to file
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
.circleci Reduce number of gradle workers during compile 2018-06-22 11:41:02 -04:00
buildSrc Add version scan. 2018-06-18 12:52:42 +10:00
dd-java-agent More fixes to Lettuce tests 2018-06-22 16:44:58 -04:00
dd-java-agent-ittests Add additional Elasticsearch tests for Spring Data. 2018-06-09 10:59:08 +10:00
dd-trace-api CorrelationIdentifier for MDC frameworks. 2018-06-14 15:33:15 -07:00
dd-trace-ot Simplify Jacoco configuration 2018-06-20 17:13:30 -04:00
gradle Merge pull request #352 from DataDog/tyler/netty 2018-06-21 14:11:12 +10:00
.editorconfig Apply and enforce google checkstyle and formatting 2017-07-12 07:47:19 -07:00
.gitignore Remove examples and cleanup ignores 2018-05-24 11:13:00 +10:00
LICENSE Create LICENSE 2017-07-13 11:10:37 -04:00
LICENSE-3rdparty.csv Remove Byteman now that instrumentation is migrated 2017-12-07 13:11:26 -08:00
NOTICE Create NOTICE 2017-07-13 10:16:04 -04:00
README.md Remove documentation from readme and point to official docs 2018-01-31 16:31:25 -08:00
dd-trace-java.gradle Upgrade some versions. 2018-06-14 11:56:56 +10:00
gradlew Add gradlew to examples and update docs 2017-07-21 17:03:31 -07:00
gradlew.bat Add gradle build scripts. 2017-06-30 11:35:57 -07:00
settings.gradle Merge pull request #352 from DataDog/tyler/netty 2018-06-21 14:11:12 +10:00

README.md

Datadog Java APM

To use and configure Datadog Java APM, see https://docs.datadoghq.com/tracing/languages/java