z

zipkin-datadog-reporter-autoconfigure

This project AutoConfigures a Zipkin Reporter to send traces to DataDog using a Spring Boot AutoConfiguration.
https://github.com/smartupio/zipkin-datadog-reporter
MIT License
Ambrus Adrian-Zoltan
Files download
File Operation
zipkin-datadog-reporter-autoconfigure-1.0.9.jar download
zipkin-datadog-reporter-autoconfigure-1.0.9.pom download
zipkin-datadog-reporter-autoconfigure-1.0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>io.smartup.zipkin</groupId>
  <artifactId>zipkin-datadog-reporter-autoconfigure</artifactId>
  <version>1.0.9</version>
</dependency>
Gradle Groovy
implementation 'io.smartup.zipkin:zipkin-datadog-reporter-autoconfigure:1.0.9'
Gradle Kotlin
implementation("io.smartup.zipkin:zipkin-datadog-reporter-autoconfigure:1.0.9")
Scala SBT
libraryDependencies += "io.smartup.zipkin" % "zipkin-datadog-reporter-autoconfigure" % "1.0.9"
Groovy Grape
@Grapes(
  @Grab(group='io.smartup.zipkin', module='zipkin-datadog-reporter-autoconfigure', version='1.0.9')
)
Apache Ivy
<dependency org="io.smartup.zipkin" name="zipkin-datadog-reporter-autoconfigure" rev="1.0.9" />
Leiningen
[io.smartup.zipkin/zipkin-datadog-reporter-autoconfigure "1.0.9"]
Apache Buildr
'io.smartup.zipkin:zipkin-datadog-reporter-autoconfigure:jar:1.0.9'