-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use names specified by OpenTelemetry for tags #69
Comments
This was referenced Dec 8, 2023
@vietj how about deprecating OpenTracing in Vert.x 4 and removing in Vert.x 5 ? |
I think we should keep it at least for vertx 5 without publishing docs |
tsegismont
added a commit
to tsegismont/vertx-cassandra-client
that referenced
this issue
Sep 26, 2024
See eclipse-vertx/vertx-tracing#69 Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont
added a commit
to tsegismont/vertx-redis-client
that referenced
this issue
Sep 26, 2024
See eclipse-vertx/vertx-tracing#69 Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont
added a commit
to tsegismont/vertx-sql-client
that referenced
this issue
Sep 26, 2024
See eclipse-vertx/vertx-tracing#69 Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont
added a commit
to tsegismont/vertx-kafka-client
that referenced
this issue
Sep 26, 2024
See eclipse-vertx/vertx-tracing#69 Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont
added a commit
to tsegismont/vert.x
that referenced
this issue
Sep 26, 2024
See eclipse-vertx/vertx-tracing#69 Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont
added a commit
to tsegismont/vert.x
that referenced
this issue
Sep 26, 2024
See eclipse-vertx/vertx-tracing#69 Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont
added a commit
to tsegismont/vert.x
that referenced
this issue
Sep 26, 2024
See eclipse-vertx/vertx-tracing#69 Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont
added a commit
to tsegismont/vertx-kafka-client
that referenced
this issue
Sep 26, 2024
See eclipse-vertx/vertx-tracing#69 Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont
added a commit
to tsegismont/vertx-tracing
that referenced
this issue
Sep 26, 2024
See eclipse-vertx#69 Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont
added a commit
to eclipse-vertx/vert.x
that referenced
this issue
Sep 27, 2024
See eclipse-vertx/vertx-tracing#69 Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont
added a commit
to eclipse-vertx/vertx-sql-client
that referenced
this issue
Sep 27, 2024
* Use names specified by OpenTelemetry for tags See eclipse-vertx/vertx-tracing#69 Signed-off-by: Thomas Segismont <tsegismont@gmail.com> * Prevent failures in MySQLUnixDomainSocketTest Like: 2024-09-26T14:00:19.4493986Z [ERROR] io.vertx.mysqlclient.MySQLUnixDomainSocketTest.connectWithVertxInstance -- Time elapsed: 0.016 s <<< ERROR! 2024-09-26T14:00:19.4496437Z java.util.concurrent.RejectedExecutionException: event executor terminated 2024-09-26T14:00:19.4500928Z at io.netty.util.concurrent.SingleThreadEventExecutor.reject(SingleThreadEventExecutor.java:1056) Signed-off-by: Thomas Segismont <tsegismont@gmail.com> --------- Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont
added a commit
to vert-x3/vertx-redis-client
that referenced
this issue
Sep 27, 2024
* Use names specified by OpenTelemetry for tags See eclipse-vertx/vertx-tracing#69 Signed-off-by: Thomas Segismont <tsegismont@gmail.com> * CommandReporter provides the operation name Not the full query string Signed-off-by: Thomas Segismont <tsegismont@gmail.com> --------- Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont
added a commit
to vert-x3/vertx-cassandra-client
that referenced
this issue
Sep 27, 2024
See eclipse-vertx/vertx-tracing#69 Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont
added a commit
to vert-x3/vertx-kafka-client
that referenced
this issue
Sep 27, 2024
See eclipse-vertx/vertx-tracing#69 Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont
added a commit
to tsegismont/vertx-tracing
that referenced
this issue
Sep 27, 2024
See eclipse-vertx#69 Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont
added a commit
that referenced
this issue
Sep 27, 2024
See #69 Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Vert.x 4, tag names should follow the OpenTracing specification (by convention).
OpenTracing is now deprecated: opentracing/specification#163
In Vert.x 5, tag names should follow the OpenTelemetry specification
This might require to remove/add some adapter code in vertx-tracing (see #70)
Possibly impacted modules
The text was updated successfully, but these errors were encountered: