Skip to content

Commit 78280a9

Browse files
committed
[AppInsights][AaronMax] adding tshoot content
1 parent be9dd34 commit 78280a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-monitor/app/asp-net-trace-logs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,9 @@ You can, for example:
193193
## Troubleshooting
194194

195195
### Delayed telemetry, overloading network, or inefficient transmission
196-
System.Diagnostics.Tracing has an [Autoflush feature](https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.trace.autoflush?view=netframework-4.8). This causes SDK to flush with every telemetry item, which is undesirable, and can cause logging adapter issues like delayed telemetry, overloading network, inefficient transmission, etc.
196+
System.Diagnostics.Tracing has an [Autoflush feature](https://docs.microsoft.com/dotnet/api/system.diagnostics.trace.autoflush). This causes SDK to flush with every telemetry item, which is undesirable, and can cause logging adapter issues like delayed telemetry, overloading network, inefficient transmission, etc.
197+
198+
197199

198200
### How do I do this for Java?
199201
In Java codeless instrumentation (recommended) the logs are collected out of the box, use [Java 3.0 agent](./java-in-process-agent.md).

0 commit comments

Comments
 (0)