Skip to content

Commit ede3348

Browse files
committed
Language
1 parent 91cfa3d commit ede3348

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/azure/azure-monitor/app-insights/telemetry/asp-net-troubleshoot-no-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ After you install `dotnet-trace`, run the following [dotnet-trace collect](/dotn
400400

401401
#### What causes delayed telemetry, an overloaded network, and inefficient transmission?
402402

403-
System.Diagnostics.Tracing has an [Autoflush feature](/dotnet/api/system.diagnostics.trace.autoflush). This feature causes SDK to flush with every telemetry item, which is undesirable, and can cause logging adapter issues like delayed telemetry, an overloaded network, and inefficient transmission.
403+
`System.Diagnostics.Tracing` has an [Autoflush feature](/dotnet/api/system.diagnostics.trace.autoflush). This feature causes SDK to flush with every telemetry item, which is undesirable, and can cause logging adapter issues like delayed telemetry, an overloaded network, and inefficient transmission.
404404

405405
#### Why is there no Application Insights option on the project context menu?
406406

0 commit comments

Comments
 (0)