This project provides three things:
sbt-datadog
, an sbt plugin to easily add the Datadog APM to your projectzio-opentelemetry-datadog-tracing-provider
, a library to help you easily configurezio-opentelemetry
to send traces to Datadog via the Datadog APM you configured with thesbt-datadog
plugin- An example ZIO app to show how to use the and the
zio-opentelemetry-datadog-tracing-provider
library
The sbt-datadog
documentation is available here
The zio-opentelemetry-datadog-tracing-provider
documentation is available here
The example ZIO app can be found in the example/my-traced-zio-project-example
directory