OpenTracing Instrumentation for Neo4j Driver


Лицензия

Лицензия

Категории

Категории

Neo4J Данные Базы данных
Группа

Группа

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

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

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

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

0.2.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

OpenTracing Instrumentation for Neo4j Driver
OpenTracing Instrumentation for Neo4j Driver
Ссылка на сайт

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

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

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

http://github.com/opentracing-contrib/java-neo4j-driver

Скачать opentracing-neo4j-driver

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
io.opentracing : opentracing-api jar 0.33.0

provided (1)

Идентификатор библиотеки Тип Версия
org.neo4j.driver : neo4j-java-driver jar 4.2.0

test (8)

Идентификатор библиотеки Тип Версия
org.testcontainers : testcontainers jar 1.15.1
org.testcontainers : neo4j jar 1.15.1
io.opentracing : opentracing-mock jar 0.33.0
org.awaitility : awaitility jar 4.0.0
junit : junit jar 4.13.1
org.slf4j : slf4j-api jar 1.7.30
org.slf4j : slf4j-simple jar 1.7.30
io.projectreactor : reactor-test jar 3.4.2

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

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

Build Status Coverage Status Released Version Apache-2.0 license

OpenTracing Neo4j Driver 4.x Instrumentation

OpenTracing instrumentation for Neo4j Driver 4.x.

Installation

pom.xml

<dependency>
    <groupId>io.opentracing.contrib</groupId>
    <artifactId>opentracing-neo4j-driver</artifactId>
    <version>VERSION</version>
</dependency>

Usage

// Instantiate tracer
Tracer tracer = ...

// Decorate Neo4j Driver with Tracing Driver
Driver driver = new TracingDriver(GraphDatabase.driver(...), tracer);

OGM

// Create BoltDriver from decorated neo4j driver:
Driver boltDriver = new BoltDriver(new TracingDriver(GraphDatabase.driver(...), tracer));

// Create Session Factory
SessionFactory sessionFactory = new SessionFactory(boltDriver);

License

Apache 2.0 License.

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.2
0.2.1
0.2.0
0.1.0
0.0.2
0.0.1