This library reports Brave tracing to DataDog APM.
Just include this dependency:
<dependency>
<groupId>io.smartup.zipkin</groupId>
<artifactId>zipkin-datadog-reporter-starter</artifactId>
<version>1.0.9</version>
</dependency>
And annotate your main class with @EnableZipkinDatadogReporter
.
All the credit goes to tylerbenson for writing the reporter.