Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Jun 28, 2024
1 parent 374b354 commit 7d7c232
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/dotnet/dotnet-connection-traces.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ This article defines semantic conventions for HTTP client connections, DNS and T
.NET reports spans related to HTTP connection establishment and its stages starting from .NET 9.
Application developers are encouraged to enable corresponding instrumentation in development and test environments.

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

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

## HTTP client connection

Expand Down

0 comments on commit 7d7c232

Please sign in to comment.