Tracer: Spring Boot Auto Configuration

Tracing requests through a distributed system.

Лицензия

Лицензия

Категории

Категории

Spring Boot Контейнер Микросервисы Auto Библиотеки уровня приложения Code Generators config Configuration
Группа

Группа

org.zalando
Идентификатор

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

tracer-spring-boot-autoconfigure
Последняя версия

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

2.0.0-RC.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Tracer: Spring Boot Auto Configuration
Tracing requests through a distributed system.
Организация-разработчик

Организация-разработчик

Zalando SE
Система контроля версий

Система контроля версий

https://github.com/zalando/tracer

Скачать tracer-spring-boot-autoconfigure

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

<!-- https://jarcasting.com/artifacts/org.zalando/tracer-spring-boot-autoconfigure/ -->
<dependency>
    <groupId>org.zalando</groupId>
    <artifactId>tracer-spring-boot-autoconfigure</artifactId>
    <version>2.0.0-RC.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando/tracer-spring-boot-autoconfigure/
implementation 'org.zalando:tracer-spring-boot-autoconfigure:2.0.0-RC.3'
// https://jarcasting.com/artifacts/org.zalando/tracer-spring-boot-autoconfigure/
implementation ("org.zalando:tracer-spring-boot-autoconfigure:2.0.0-RC.3")
'org.zalando:tracer-spring-boot-autoconfigure:jar:2.0.0-RC.3'
<dependency org="org.zalando" name="tracer-spring-boot-autoconfigure" rev="2.0.0-RC.3">
  <artifact name="tracer-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando', module='tracer-spring-boot-autoconfigure', version='2.0.0-RC.3')
)
libraryDependencies += "org.zalando" % "tracer-spring-boot-autoconfigure" % "2.0.0-RC.3"
[org.zalando/tracer-spring-boot-autoconfigure "2.0.0-RC.3"]

Зависимости

compile (9)

Идентификатор библиотеки Тип Версия
org.zalando : tracer-core jar 2.0.0-RC.3
org.zalando : tracer-httpclient jar 2.0.0-RC.3
org.zalando : tracer-servlet jar 2.0.0-RC.3
io.opentracing.contrib : opentracing-api-extensions-tracer jar 0.5.0
org.apiguardian : apiguardian-api jar 1.1.0
com.google.code.findbugs : jsr305 jar 3.0.2
org.zalando : faux-pas jar 0.8.0
org.slf4j : slf4j-api jar 1.7.28
io.opentracing : opentracing-api jar 0.33.0

provided (5)

Идентификатор библиотеки Тип Версия
javax.servlet : javax.servlet-api jar 4.0.1
org.springframework.boot : spring-boot-autoconfigure jar
org.springframework.boot : spring-boot-configuration-processor jar
com.google.gag : gag jar 1.0.1
org.projectlombok : lombok jar 1.18.8

test (13)

Идентификатор библиотеки Тип Версия
org.apache.logging.log4j : log4j-api jar 2.12.1
org.apache.logging.log4j : log4j-core jar 2.12.1
org.apache.logging.log4j : log4j-slf4j-impl jar 2.12.1
org.mockito : mockito-core jar 3.0.0
org.springframework : spring-test jar
org.springframework : spring-web jar
org.springframework.boot : spring-boot-starter jar
org.springframework.boot : spring-boot-starter-test jar
io.opentracing : opentracing-mock jar 0.33.0
org.junit.jupiter : junit-jupiter-engine jar 5.5.1
org.junit.jupiter : junit-jupiter-params jar 5.5.1
org.hamcrest : java-hamcrest jar 2.0.0.0
org.hobsoft.hamcrest : hamcrest-compose jar 0.4.0

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

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

OpenTracing Toolbox

Stability: Active Build Status Coverage Status Code Quality Release Maven Central OpenTracing License

OpenTracing Toolbox is a collection of libraries that build on top of OpenTracing and provide extensions and plugins to existing instrumentations.

  • Status: Under development and used in production

Features

  • Legacy FlowID compatibility support
  • JDBC support
  • Extensible OpenTracing Proxy (wrapper) w/ support for listeners and interceptors
  • Servlet support
  • Spring Web and Webflux support
  • Sensible defaults

Modules

FlowID

The opentracing-flowid module replaces the former zalando/tracer library by providing support for the X-Flow-ID header propagation on top of OpenTracing.

Go checkout out its README for details.

JDBC

The opentracing-jdbc module is a direct competitor to opentracing-contrib/java-jdbc.

Go checkout out its README for details.

Proxy

The opentracing-proxy module is a direct competitor to opentracing-contrib/java-api-extensions.

Go checkout out its README for details.

Servlet Extension

The opentracing-servlet-extension module is an extension to io.opentracing.contrib:opentracing-web-servlet-filter and only useful if used in conjunction.

Go checkout out its README for details.

Spring Web Extension

The opentracing-spring-web-extension module is an extension to io.opentracing.contrib:opentracing-spring-web and only useful if used in conjunction.

Go checkout out its README for details.

Spring Webflux Extension

The opentracing-spring-webflux-extension module is an extension to io.opentracing.contrib:opentracing-spring-web and only useful if used in conjunction.

Go checkout out its README for details.

Getting Help

If you have questions, concerns, bug reports, etc., please file an issue in this repository's Issue Tracker.

Getting Involved/Contributing

To contribute, simply make a pull request and add a brief description (1-2 sentences) of your addition or change. For more details, check the contribution guidelines.

Alternatives

Tracer, by design, does not provide sampling, metrics or annotations. Neither does it use the semantics of spans as most of the following projects do. If you require any of these, you're highly encouraged to try them.

org.zalando

Zalando SE

The org page for Zalando, Europe's leading online fashion platform. Visit opensource.zalando.com for project stats.

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

Версия
2.0.0-RC.3
2.0.0-RC.2
2.0.0-RC.1
2.0.0-RC.0