Skip to content

Commit 5819c91

Browse files
author
Timothy Mothra
authored
Update asp-net-troubleshoot-no-data.md
1 parent fb35789 commit 5819c91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-monitor/app/asp-net-troubleshoot-no-data.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Follow these instructions to capture troubleshooting logs for your framework.
232232

233233

234234
## PerfView
235-
[PerfView](https://github.com/Microsoft/perfview) is a free diagnotics and performance-analysis tool that help isolate CPU, memory and other issue by collecting and visualizing diangostics information from many sources.
235+
[PerfView](https://github.com/Microsoft/perfview) is a free diagnostics and performance-analysis tool that help isolate CPU, memory, and other issues by collecting and visualizing diagnostics information from many sources.
236236

237237
The Application Insights SDK log EventSource self-troubleshooting logs that can be captured by PerfView.
238238

@@ -243,8 +243,8 @@ PerfView.exe collect /onlyProviders=*Microsoft-ApplicationInsights-* -MaxCollect
243243

244244
You can modify these parameters as needed.
245245

246-
- **MaxCollectSec**. Set this to prevent PerfView from running indefinitely and affecting the performance of your server.
247-
- **OnlyProviders**. Set this to restrict the logs collected to only those emitted from the SDK. You can customize this list based on your specific investigations.
246+
- **MaxCollectSec**. Set this parameter to prevent PerfView from running indefinitely and affecting the performance of your server.
247+
- **OnlyProviders**. Set this paramater to only collect logs from the SDK. You can customize this list based on your specific investigations.
248248

249249
Our full list of providers is:
250250

@@ -257,7 +257,7 @@ You can modify these parameters as needed.
257257
- Microsoft-ApplicationInsights-WindowsServer-TelemetryChannel
258258

259259

260-
For more information about PerfView see [Recording performance traces with PerfView](https://github.com/dotnet/roslyn/wiki/Recording-performance-traces-with-PerfView)
260+
For more information, see [Recording performance traces with PerfView](https://github.com/dotnet/roslyn/wiki/Recording-performance-traces-with-PerfView)
261261

262262
## Still not working...
263263
* [Application Insights forum](https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=ApplicationInsights)

0 commit comments

Comments
 (0)