Zipkin DataDog Reporter Spring Boot AutoConfiguration

This project AutoConfigures a Zipkin Reporter to send traces to DataDog using a Spring Boot AutoConfiguration.

Лицензия

Лицензия

Категории

Категории

Zipkin Тестирование приложения и мониторинг Application Performance Monitoring (APM) Данные Auto Библиотеки уровня приложения Code Generators config Configuration
Группа

Группа

io.smartup.zipkin
Идентификатор

Идентификатор

zipkin-datadog-reporter-autoconfigure
Последняя версия

Последняя версия

1.0.9
Дата

Дата

Тип

Тип

jar
Описание

Описание

Zipkin DataDog Reporter Spring Boot AutoConfiguration
This project AutoConfigures a Zipkin Reporter to send traces to DataDog using a Spring Boot AutoConfiguration.
Ссылка на сайт

Ссылка на сайт

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

Скачать zipkin-datadog-reporter-autoconfigure

Как подключить последнюю версию

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-autoconfigure jar
io.smartup.zipkin : zipkin-datadog-reporter-core jar 1.0.9
io.zipkin.reporter2 : zipkin-reporter Необязательный jar
org.springframework.cloud : spring-cloud-sleuth-zipkin jar

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
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