Skip to content

Commit c44f650

Browse files
authored
Update diagnostic-tools.md
1 parent 7698d3e commit c44f650

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aspnetcore/performance/diagnostic-tools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Azure Application Insights provides multiple ways to give insights on monitored
2929
* [Azure Metrics Explorer](/azure/azure-monitor/platform/metrics-getting-started) is a component of the Microsoft Azure portal that allows plotting charts, visually correlating trends, and investigating spikes and dips in metrics' values.
3030
* [Performance blade in Application Insights portal](/azure/application-insights/app-insights-tutorial-performance):
3131

32-
- Shows performance details for different operations in the monitored app.
33-
- Allows drilling into a single operation to check all parts/dependencies that contribute to a long duration.
34-
- Profiler can be invoked from here to collect performance traces on-demand.
32+
* Shows performance details for different operations in the monitored app.
33+
* Allows drilling into a single operation to check all parts/dependencies that contribute to a long duration.
34+
* Profiler can be invoked from here to collect performance traces on-demand.
3535

3636
* [Azure Application Insights Profiler](/azure/azure-monitor/app/profiler) allows regular and on-demand profiling of .NET apps. Azure portal shows captured performance traces with call stacks and hot paths. The trace files can also be downloaded for deeper analysis using PerfView.
3737

0 commit comments

Comments
 (0)