io.opentracing.contrib:opentracing-reactor

OpenTracing Instrumentation for Reactor

Лицензия

Лицензия

Категории

Категории

React Взаимодействие с пользователем Веб-фреймворки Reactor Контейнер Микросервисы Reactive libraries
Группа

Группа

io.opentracing.contrib
Идентификатор

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

opentracing-reactor
Последняя версия

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

0.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

io.opentracing.contrib:opentracing-reactor
OpenTracing Instrumentation for Reactor
Ссылка на сайт

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

https://github.com/opentracing-contrib/java-reactor
Система контроля версий

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

https://github.com/opentracing-contrib/java-reactor

Скачать opentracing-reactor

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

<!-- https://jarcasting.com/artifacts/io.opentracing.contrib/opentracing-reactor/ -->
<dependency>
    <groupId>io.opentracing.contrib</groupId>
    <artifactId>opentracing-reactor</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.opentracing.contrib/opentracing-reactor/
implementation 'io.opentracing.contrib:opentracing-reactor:0.2.0'
// https://jarcasting.com/artifacts/io.opentracing.contrib/opentracing-reactor/
implementation ("io.opentracing.contrib:opentracing-reactor:0.2.0")
'io.opentracing.contrib:opentracing-reactor:jar:0.2.0'
<dependency org="io.opentracing.contrib" name="opentracing-reactor" rev="0.2.0">
  <artifact name="opentracing-reactor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.opentracing.contrib', module='opentracing-reactor', version='0.2.0')
)
libraryDependencies += "io.opentracing.contrib" % "opentracing-reactor" % "0.2.0"
[io.opentracing.contrib/opentracing-reactor "0.2.0"]

Зависимости

provided (5)

Идентификатор библиотеки Тип Версия
io.opentracing : opentracing-api jar 0.33.0
io.opentracing : opentracing-util jar 0.33.0
io.projectreactor : reactor-core jar 3.2.3.RELEASE
net.bytebuddy : byte-buddy jar 1.9.13
net.bytebuddy : byte-buddy-agent jar 1.9.13

test (3)

Идентификатор библиотеки Тип Версия
io.opentracing : opentracing-mock jar 0.33.0
junit : junit jar 4.12
org.awaitility : awaitility jar 3.0.0

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

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

OpenTracing Reactor Instrumentation

OpenTracing instrumentation for Reactor. This instrumentation library is based on spring-cloud-sleuth's reactor instrumentation.

OpenTracing Agents

When using a runtime agent like java-specialagent TracedSubscribers will be automatically added using Hook.onEachOperator and Hooks.onLastOperator.

Refer to the agent documentation for how to include this library as an instrumentation plugin.

Non-Agent Configuration

When not using any of the OpenTracing Agents the Hooks must be added directly:

Hooks.onEachOperator(TracedSubscriber.asOperator(tracer));
Hooks.onLastOperator(TracedSubscriber.asOperator(tracer));

...
io.opentracing.contrib

3rd-Party OpenTracing API Contributions

3rd-party contributions that use OpenTracing. **The repositories in this org are *not* affiliated with the CNCF.**

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

Версия
0.2.0
0.1.2
0.1.1
0.1.0
0.0.2