Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-18T08:42:31.000Z (16 days ago)
- Last Synced: 2024-12-24T08:07:09.225Z (10 days ago)
- Topics: non-blocking, opentracing, reactive, tracing, vertx, zipkin
- Language: Java
- Homepage:
- Size: 413 KB
- Stars: 42
- Watchers: 10
- Forks: 34
- Open Issues: 8
-
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]