Skip to content

smartupio/zipkin-datadog-reporter

 
 

Repository files navigation

Zipkin DataDog Reporter

Intro

This library reports Brave tracing to DataDog APM.

Usage


Using Spring Boot

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.


Credit

All the credit goes to tylerbenson for writing the reporter.

About

Zipkin reporter that sends tracing information to a DataDog Agent with optional Spring Boot AutoConfiguration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.0%
  • Shell 1.0%