You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,20 +5,22 @@
5
5
6
6
## Announcement
7
7
8
-
* Upgrade to [2.7.0](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.7.0). Reduced the telemetry noise. Check out the details in the [release notes](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/releases/tag/v2.7.0).
*[3.0.2](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/3.0.2) is now available. Starting from this version, only Application Insights SDK 2.x is supported. If you are using Application Insights SDK 3.x (OpenTelemetry-based), please use [Azure Monitor OpenTelemetry Profiler for .NET](https://github.com/Azure/azuremonitor-opentelemetry-profiler-net) instead.
11
9
12
10
## Previous announcements
13
11
12
+
* Upgrade to [2.7.0](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.7.0). Reduced the telemetry noise. Check out the details in the [release notes](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/releases/tag/v2.7.0).
* Check out [the example](./examples/ServiceProfilerInWorkerNet6/Readme.md) for package info and the instructions.
16
18
17
19
## Description
18
20
19
21
Welcome to the home page of `Microsoft Application Insights Profiler for ASP.NET Core`. Enable profiler, integrate seamlessly with your Application Insights resource, and unlock powerful [Code Optimizations](https://learn.microsoft.com/azure/azure-monitor/insights/code-optimizations-profiler-overview#code-optimizations) for your .NET applications.
20
22
21
-
> ⭐ Not sure which `Profiler Agent` is right for you? Check out our [Profiler Agent Selection Guide](https://github.com/Azure/azuremonitor-opentelemetry-profiler-net/blob/main/docs/ProfilerAgentSelectionGuide.md)to help you choose the best option for your needs.
23
+
> ⚠️ **This package supports Application Insights SDK 2.x only.** If you are using Application Insights SDK 3.x (OpenTelemetry-based), use [Azure Monitor OpenTelemetry Profiler for .NET](https://github.com/Azure/azuremonitor-opentelemetry-profiler-net) instead. See the [Profiler Agent Selection Guide](https://github.com/Azure/azuremonitor-opentelemetry-profiler-net/blob/main/docs/ProfilerAgentSelectionGuide.md) for details.
22
24
23
25

24
26
@@ -57,7 +59,7 @@ Welcome to the home page of `Microsoft Application Insights Profiler for ASP.NET
57
59
58
60
1. **Optionally, Add a Bottleneck**
59
61
60
-
* Add a reference to `HeavyArrayForcast`, forexample,in [QuickStart3_1.csproj](examples/QuickStart3_1/QuickStart3_1.csproj):
62
+
* Add a reference to `HeavyArrayForecast`, forexample,in [QuickStart3_1.csproj](examples/QuickStart3_1/QuickStart3_1.csproj):
61
63
62
64
```xml
63
65
<ItemGroup>
@@ -130,7 +132,7 @@ Welcome to the home page of `Microsoft Application Insights Profiler for ASP.NET
130
132
131
133
_Note that it may take a few hours for Code Optimizations to appear._
* [Dockerize with Profiler](./examples/QuickStart3_0/Readme2.md)
145
147
* [Profiler Sessions](./ProfilerSessions.md) - Details on profiler operations.
146
-
* [Trace Analysis](https://docs.microsoft.com/en-us/azure/application-insights/app-insights-profiler-overview?toc=/azure/azure-monitor/toc.json#view-profiler-data) - Learn about trace analysis. For example, what does`AWAIT TIME`, `Blocked time`, `Unmanaged Async`means, etc.
148
+
* [Trace Analysis](https://learn.microsoft.com/en-us/azure/application-insights/app-insights-profiler-overview?toc=/azure/azure-monitor/toc.json#view-profiler-data) - Learn about trace analysis. For example, what do`AWAIT TIME`, `Blocked time`, `Unmanaged Async`mean, etc.
147
149
* [Diagnosing High CPU Usage](https://github.com/Azure/azure-diagnostics-tools/blob/master/Profiler/TriggerProfiler.md).
148
150
* [Call tree filter](https://github.com/Azure/azure-diagnostics-tools/blob/master/Profiler/CallTreeFilter.md).
149
151
@@ -163,7 +165,7 @@ Refer to the [Support Matrix](./SupportMatrix.md) to determine the appropriate p
163
165
164
166
## References
165
167
166
-
* [Profile ASP.NET Core Azure Linux web apps with Application Insights Profiler](https://docs.microsoft.com/en-us/azure/application-insights/app-insights-profiler-aspnetcore-linux)
168
+
* [Profile ASP.NET Core Azure Linux web apps with Application Insights Profiler](https://learn.microsoft.com/en-us/azure/application-insights/app-insights-profiler-aspnetcore-linux)
0 commit comments