Skip to content

Commit b793d5f

Browse files
gjcairoglbrntt
andauthored
Update Sources/GRPCInterceptors/Tracing/ServerOTelTracingInterceptor.swift
Co-authored-by: George Barnett <[email protected]>
1 parent faf45fe commit b793d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GRPCInterceptors/Tracing/ServerOTelTracingInterceptor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public struct ServerOTelTracingInterceptor: ServerInterceptor {
3838
///
3939
/// - Parameters:
4040
/// - severHostname: The hostname of the RPC server. This will be the value for the `server.address` attribute in spans.
41-
/// - networkTransportMethod: The transport in use (e.g. "tcp", "udp"). This will be the value for the
41+
/// - networkTransportMethod: The transport in use (e.g. "tcp", "unix"). This will be the value for the
4242
/// `network.transport` attribute in spans.
4343
/// - traceEachMessage: If `true`, each response part sent and request part received will be recorded as a separate
4444
/// event in a tracing span.

0 commit comments

Comments
 (0)