opentelemetry-java-instrume.../dd-trace
Nikolay Martynov 95c1c47799 Fix JsonSpan boolean conversion problem
It looks like with newer Jackson we cannot convert number to boolean
anymore. So we have to do this manually.
2019-01-15 15:28:42 -05:00
..
src Fix JsonSpan boolean conversion problem 2019-01-15 15:28:42 -05:00
README.md First draft of datadog-api 2018-12-06 08:51:25 -08:00
dd-trace.gradle New API: add Datadog agent client 2019-01-11 07:48:40 -05:00

README.md

Datadog Tracer Internal API

Contains the core elements needed to create and report APM traces to Datadog.

It's recommended to use :dd-trace-ext in addition to this api.