Skip to content

Commit 6c6fb74

Browse files
committed
Remove left-over TODO
1 parent 9774af7 commit 6c6fb74

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
@@ -308,7 +308,6 @@ public final actor ValkeyConnection: ValkeyClientProtocol, Sendable {
308308

309309
@usableFromInline
310310
func applyCommonAttributes(to attributes: inout SpanAttributes) {
311-
// TODO: Should this be redis as recommended by OTel semconv or valkey as seen in valkey-go?
312311
attributes["db.system.name"] = "valkey"
313312
attributes["network.peer.address"] = channel.remoteAddress?.ipAddress
314313
attributes["network.peer.port"] = channel.remoteAddress?.port

0 commit comments

Comments
 (0)