The icon of the organisation
SmallRye OpenTracing
Trace your services with SmallRye OpenTracing

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add io.quarkiverse.opentracing:quarkus-smallrye-opentracing

Maven

./mvnw quarkus:add-extension -Dextensions="io.quarkiverse.opentracing:quarkus-smallrye-opentracing"

Gradle

./gradlew addExtension --extensions="io.quarkiverse.opentracing:quarkus-smallrye-opentracing"
An older version of this extension was published with the group id io.quarkus.