Replies: 3 comments 1 reply
-
/cc @brunobat (tracing), @radcortez (tracing), @tsegismont (reactive-sql-clients), @vietj (reactive-sql-clients) |
Beta Was this translation helpful? Give feedback.
-
vertx client do implement tracing as far as I know, see https://github.com/eclipse-vertx/vertx-tracing/blob/master/vertx-opentelemetry/src/test/java/io/vertx/tracing/opentelemetry/SqlClientTest.java |
Beta Was this translation helpful? Give feedback.
-
GeauxEric OpenTracing is no longer supported in main Quarkus and no new features will be added. Please consider migrate to OpenTelemetry by checking this tutorial: https://quarkus.io/guides/telemetry-opentracing-to-otel-tutorial |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using reactive sql clients (https://quarkus.io/guides/reactive-sql-clients#common-datasource) + opentracing jdbc driver (https://github.com/opentracing-contrib/java-jdbc) to query against postgres.
I found that tracing is not working with reactive sql clients, while my colleagues using regular sql datasource have the tracing working.
Is that expected that reactive sql clients do not have tracing supported?
My quarkus platform version: 1.13.6.Final
Beta Was this translation helpful? Give feedback.
All reactions