Skip to content

Commit bddd1f7

Browse files
slashmofabianfett
authored andcommitted
Remove left-over TODO
Signed-off-by: Moritz Lang <[email protected]>
1 parent f1b8ab1 commit bddd1f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/Valkey/Connection/ValkeyConnection.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ public final actor ValkeyConnection: ValkeyClientProtocol, Sendable {
302302

303303
@usableFromInline
304304
func applyCommonAttributes(to attributes: inout SpanAttributes) {
305-
// TODO: Should this be redis as recommended by OTel semconv or valkey as seen in valkey-go?
306305
attributes["db.system.name"] = "valkey"
307306
attributes["network.peer.address"] = channel.remoteAddress?.ipAddress
308307
attributes["network.peer.port"] = channel.remoteAddress?.port

0 commit comments

Comments
 (0)