We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624a111 commit 680b329Copy full SHA for 680b329
vertx-sql-client/src/main/java/io/vertx/sqlclient/impl/tracing/SqlTracer.java
@@ -23,7 +23,7 @@ enum RequestTags {
23
SPAN_KIND("span.kind", q -> "client"),
24
25
// DB
26
- // See https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/semantic_conventions/database.md
+ // See https://github.com/opentracing/specification/blob/master/semantic_conventions.md
27
28
DB_USER("db.user", q -> q.tracer.user),
29
DB_INSTANCE("db.instance", q -> q.tracer.database),
0 commit comments