A newer version of this extension has been released with the group id io.quarkiverse.opentracing
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.quarkus:quarkus-smallrye-opentracing

Maven

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

Gradle

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