opentelemetry-java-instrume.../dd-trace-ot
Tyler Benson a5bce0cf0f Avoid using ConcurrentLinkedDeque.size
It is a linear operation that can take a long time when many spans are involved.

Using an atomic integer to track the size allows it to be a constant operation.
2019-10-10 16:24:41 +02:00
..
docs Fix a couple typos. 2018-10-02 21:51:04 -04:00
src Avoid using ConcurrentLinkedDeque.size 2019-10-10 16:24:41 +02:00
README.md Lots of renaming 2018-01-09 10:02:06 +10:00
dd-trace-ot.gradle Extract base test class and move Config class changes there. 2019-10-07 18:51:25 +02:00

README.md

Datadog OpenTracing Tracer