Skip to content

Commit 0e56f65

Browse files
author
Liudmila Molkova
committed
lint
1 parent 212383b commit 0e56f65

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/dotnet/dotnet-network-traces.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ This article defines semantic conventions for HTTP client, DNS and TLS spans emi
1414
- [HTTP client request: wait for connection](#http-client-request-wait-for-connection)
1515
- [HTTP connection setup](#http-connection-setup)
1616
- [Socket connect](#socket-connect)
17-
- [DNS](#dns-resolution)
18-
- [TLS](#tls-handshake)
17+
- [DNS resolution](#dns-resolution)
18+
- [TLS handshake](#tls-handshake)
1919
- [Examples](#examples)
2020
- [HTTP request was performed on a connection that was immediately available](#http-request-was-performed-on-a-connection-that-was-immediately-available)
2121
- [HTTP request has to wait for connection setup](#http-request-has-to-wait-for-connection-setup)
@@ -96,7 +96,6 @@ The time it takes to get a connection from the pool is also reported by the
9696
The span describes the establishment of the HTTP connection. It includes the time it takes
9797
to resolve the DNS, establish the socket connection, and perform the TLS handshake.
9898

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

0 commit comments

Comments
 (0)