We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf45fe commit b793d5fCopy full SHA for b793d5f
Sources/GRPCInterceptors/Tracing/ServerOTelTracingInterceptor.swift
@@ -38,7 +38,7 @@ public struct ServerOTelTracingInterceptor: ServerInterceptor {
38
///
39
/// - Parameters:
40
/// - 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
+ /// - networkTransportMethod: The transport in use (e.g. "tcp", "unix"). This will be the value for the
42
/// `network.transport` attribute in spans.
43
/// - traceEachMessage: If `true`, each response part sent and request part received will be recorded as a separate
44
/// event in a tracing span.
0 commit comments