Skip to content

Commit a4e8772

Browse files
committed
Remove left-over TODO
Signed-off-by: Moritz Lang <16192401+slashmo@users.noreply.github.com>
1 parent ef47244 commit a4e8772

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

297297
@usableFromInline
298298
func applyCommonAttributes(to attributes: inout SpanAttributes) {
299-
// TODO: Should this be redis as recommended by OTel semconv or valkey as seen in valkey-go?
300299
attributes["db.system.name"] = "valkey"
301300
attributes["network.peer.address"] = channel.remoteAddress?.ipAddress
302301
attributes["network.peer.port"] = channel.remoteAddress?.port

0 commit comments

Comments
 (0)