Zipkin DataDog Reporter - Parent POM

Parent POM for project, configuring dependencies and plugins.

License

License

Categories

Categories

Zipkin Application Testing & Monitoring Application Performance Monitoring (APM) Data
GroupId

GroupId

io.smartup.zipkin
ArtifactId

ArtifactId

zipkin-datadog-reporter-parent
Last Version

Last Version

1.0.9
Release Date

Release Date

Type

Type

pom
Description

Description

Zipkin DataDog Reporter - Parent POM
Parent POM for project, configuring dependencies and plugins.
Project URL

Project URL

https://github.com/smartupio/zipkin-datadog-reporter
Source Code Management

Source Code Management

https://github.com/smartupio/zipkin-datadog-reporter

Download zipkin-datadog-reporter-parent

How to add to project

<!-- https://jarcasting.com/artifacts/io.smartup.zipkin/zipkin-datadog-reporter-parent/ -->
<dependency>
    <groupId>io.smartup.zipkin</groupId>
    <artifactId>zipkin-datadog-reporter-parent</artifactId>
    <version>1.0.9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smartup.zipkin/zipkin-datadog-reporter-parent/
implementation 'io.smartup.zipkin:zipkin-datadog-reporter-parent:1.0.9'
// https://jarcasting.com/artifacts/io.smartup.zipkin/zipkin-datadog-reporter-parent/
implementation ("io.smartup.zipkin:zipkin-datadog-reporter-parent:1.0.9")
'io.smartup.zipkin:zipkin-datadog-reporter-parent:pom:1.0.9'
<dependency org="io.smartup.zipkin" name="zipkin-datadog-reporter-parent" rev="1.0.9">
  <artifact name="zipkin-datadog-reporter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smartup.zipkin', module='zipkin-datadog-reporter-parent', version='1.0.9')
)
libraryDependencies += "io.smartup.zipkin" % "zipkin-datadog-reporter-parent" % "1.0.9"
[io.smartup.zipkin/zipkin-datadog-reporter-parent "1.0.9"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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.

io.smartup.zipkin

SmartUp Pte Ltd

Market-leading learning experience platform and consultancy, helping organisations create a highly engaged, interactive learning culture.

Versions

Version
1.0.9
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0