Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Jul 8, 2024
1 parent 212383b commit 0e56f65
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/dotnet/dotnet-network-traces.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ This article defines semantic conventions for HTTP client, DNS and TLS spans emi
- [HTTP client request: wait for connection](#http-client-request-wait-for-connection)
- [HTTP connection setup](#http-connection-setup)
- [Socket connect](#socket-connect)
- [DNS](#dns-resolution)
- [TLS](#tls-handshake)
- [DNS resolution](#dns-resolution)
- [TLS handshake](#tls-handshake)
- [Examples](#examples)
- [HTTP request was performed on a connection that was immediately available](#http-request-was-performed-on-a-connection-that-was-immediately-available)
- [HTTP request has to wait for connection setup](#http-request-has-to-wait-for-connection-setup)
Expand Down Expand Up @@ -96,7 +96,6 @@ The time it takes to get a connection from the pool is also reported by the
The span describes the establishment of the HTTP connection. It includes the time it takes
to resolve the DNS, establish the socket connection, and perform the TLS handshake.


Span name SHOULD be `HTTP connection_setup {address}:{server.port}`.
The `{address}` SHOULD be `server.address` when it's available and `network.peer.address` otherwise.

Expand Down

0 comments on commit 0e56f65

Please sign in to comment.