Skip to content

Commit 899deea

Browse files
committed
Remove peer.service that does not make any sense here
1 parent 680b329 commit 899deea

File tree

1 file changed

+0
-1
lines changed
  • vertx-sql-client/src/main/java/io/vertx/sqlclient/impl/tracing

1 file changed

+0
-1
lines changed

vertx-sql-client/src/main/java/io/vertx/sqlclient/impl/tracing/SqlTracer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ enum RequestTags {
1919

2020
// Generic
2121
PEER_ADDRESS("peer.address", q -> q.tracer.address),
22-
PEER_SERVICE("peer.service", q -> "todo"),
2322
SPAN_KIND("span.kind", q -> "client"),
2423

2524
// DB

0 commit comments

Comments
 (0)