Skip to content

Commit 7d7c232

Browse files
author
Liudmila Molkova
committed
up
1 parent 374b354 commit 7d7c232

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/dotnet/dotnet-connection-traces.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ This article defines semantic conventions for HTTP client connections, DNS and T
2424
.NET reports spans related to HTTP connection establishment and its stages starting from .NET 9.
2525
Application developers are encouraged to enable corresponding instrumentation in development and test environments.
2626

27-
Enabling connection-level details in production may result in increased telemetry consumption and reduce performance.
27+
Enabling connection-level details in production may result in increased telemetry volume and reduced performance.
2828

2929
While such spans represent low-level details, connection lifetime is usually measured in minutes, therefore in common case
30-
when application is under the load and connections are established for every request, the rate of connection-related spans
31-
is expected to be much smaller than the rate of HTTP client spans.
30+
when application is under the load and connections are not established for every request, the rate of connection-related spans
31+
is expected to be much lower than the rate of HTTP client spans.
3232

3333
## HTTP client connection
3434

0 commit comments

Comments
 (0)