https://github.com/eclipse-vertx/vertx-tracing
Vertx integration with tracing libraries
https://github.com/eclipse-vertx/vertx-tracing
non-blocking opentracing reactive tracing vertx zipkin
Last synced: 6 months ago
JSON representation
Vertx integration with tracing libraries
- Host: GitHub
- URL: https://github.com/eclipse-vertx/vertx-tracing
- Owner: eclipse-vertx
- License: other
- Created: 2019-07-05T15:17:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T09:51:52.000Z (8 months ago)
- Last Synced: 2025-03-28T15:10:25.773Z (6 months ago)
- Topics: non-blocking, opentracing, reactive, tracing, vertx, zipkin
- Language: Java
- Homepage:
- Size: 450 KB
- Stars: 42
- Watchers: 9
- Forks: 33
- Open Issues: 7
-
Metadata Files:
- Readme: README.adoc
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
= Tracing for Vert.x 4
image:https://github.com/eclipse-vertx/vertx-tracing/actions/workflows/ci-5.x.yml/badge.svg["Build Status (5.x)",link="https://github.com/eclipse-vertx/vertx-tracing/actions/workflows/ci-5.x.yml"]
image:https://github.com/eclipse-vertx/vertx-tracing/actions/workflows/ci-4.x.yml/badge.svg["Build Status (4.x)",link="https://github.com/eclipse-vertx/vertx-tracing/actions/workflows/ci-4.x.yml"]
image:https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat["GitHub license",link="http://www.apache.org/licenses/LICENSE-2.0"]This is the repository for Vert.x tracing SPI implementations.
== OpenTelemetry
Provides integration https://opentelemetry.io/[OpenTelemetry]
- https://vertx.io/docs/vertx-opentelemetry/java/[website docs]
== OpenTracing
Provides integration https://opentracing.io[OpenTracing]
- https://vertx.io/docs/vertx-opentracing/java/[website docs]
== Zipkin Brave
Provides integration with https://github.com/openzipkin/brave[Zipkin Brave]
- https://vertx.io/docs/vertx-zipkin/java/[website docs]