You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use names specified by OpenTelemetry for tags (#1468)
* Use names specified by OpenTelemetry for tags
See eclipse-vertx/vertx-tracing#69
Signed-off-by: Thomas Segismont <[email protected]>
* 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 <[email protected]>
---------
Signed-off-by: Thomas Segismont <[email protected]>
// See https://github.com/open-telemetry/opentelemetry-specification/blob/v1.18.0/specification/trace/semantic_conventions/database.md#connection-level-attributes
33
+
// See https://opentelemetry.io/docs/specs/semconv/database/
0 commit comments