Skip to content

Commit

Permalink
tls names
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Jul 11, 2024
1 parent 90c3e49 commit e101225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dotnet/dotnet-network-traces.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ See [SocketError](https://learn.microsoft.com/dotnet/api/system.net.sockets.sock

The span describes TLS client or server handshake performed with [System.Net.Security.SslStream](https://learn.microsoft.com/dotnet/api/system.net.security.sslstream).

Span name SHOULD be `TLS client {server.address}` when authenticating on the client side and `TLS server` when authenticating the server.
Span name SHOULD be `TLS client handshake {server.address}` when authenticating on the client side and `TLS server handshake` when authenticating the server.
Span kind SHOULD be `INTERNAL` in both cases.

When *TLS* span is reported for client-side authentication along with *HTTP connection setup* and *Socket connect* span, the *TLS* span becomes a child of *HTTP connection setup*.
Expand Down

0 comments on commit e101225

Please sign in to comment.