opentelemetry-java-instrume.../dd-trace
Tyler Benson f571f8499f Abstract decorator classes for new API
Intended to be implemented for each instrumentation, then called directly by the instrumentation in the appropriate locations.
2019-01-31 09:04:44 -08:00
..
src Abstract decorator classes for new API 2019-01-31 09:04:44 -08:00
README.md First draft of datadog-api 2018-12-06 08:51:25 -08:00
dd-trace.gradle Abstract decorator classes for new API 2019-01-31 09:04:44 -08: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.