Skip to content

Commit d6174da

Browse files
authored
Merge pull request #156 from xiaomi7732/dev/saars/update-content-2.3.1-beta4
Dev/saars/update content 2.3.1 beta4
2 parents e262c81 + 9948f8a commit d6174da

3 files changed

Lines changed: 33 additions & 15 deletions

File tree

Configurations.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ All other ways document here: [Configuration in ASP.NET Core](https://docs.micro
4848
Here lists all supported configurations.
4949

5050
| Key | Value/Types | Default Value | Description |
51-
|-----------------------------------|-------------|---------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
51+
| --------------------------------- | ----------- | ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
5252
| BufferSizeInMB | Integer | 250 | Circular Buffer size. For 2 minutes session, it usually generates less than 200MB traces. Reduce the size for saving resources, increase the size for longer sessions. |
5353
| Duration | TimeSpan | 00:02:00 | The duration of a session. |
5454
| InitialDelay | TimeSpan | 00:00:00 | Delay before starting the very first session after the application starts up. |
@@ -63,6 +63,8 @@ Here lists all supported configurations.
6363
| PreserveTraceFile | Boolean | false | The trace file will be deleted once uploaded by default. Set this to true when you want to keep the local trace files. |
6464
| SkipEndpointCertificateValidation | Boolean | false | The value to skip the certificate validation to establish SSL communication with the Endpoint. It is **strongly recommended** to keep this the default value. |
6565
| AllowsCrash | Boolean | false | Set to true to allow Profiler crash the application. This is intended to only be used in debugging scenario. |
66+
| CPUTriggerThreshold | Float | 80.0F | CPU Trigger threshold in form of percentage. For example, 80 for 80%. Profiler will trigger if CPU usage stays > 80% for more than 30 seconds. |
67+
| MemoryTriggerThreshold | Float | 80.0F | Memory Trigger threshold in form of percentage. For example, 80 for 80%. Profiler will trigger if memory usage is > 80% for more than 30 seconds |
6668

6769
## Sets the logging level for Profiler
6870

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22

33
## Announcement
44

5+
* Profiler [2.3.1-beta4](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.3.1-beta4) is released.
6+
* Bug fixes. Click [here](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/milestone/16?closed=1) for details.
7+
8+
## Previous announcements
9+
510
* Profiler [2.3.1-beta3](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.3.1-beta3) is released for testing with .NET 6.
611
* New uploader that works on .NET Core 3.1, .NET 5 & .NET 6.
712
* Clean up package dependencies.
813

9-
## Previous announcements
10-
1114
* Profiler 2.3.0 is published. Find the NuGet package: [2.3.0](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.3.0).
1215
* Application Insights AAD Authentication support with [Microsoft.ApplicationInsights.AspNetCore 2.18.0](https://www.nuget.org/packages/Microsoft.ApplicationInsights.AspNetCore/2.18.0).
1316
* Performance improvements in the uploader.

ReleaseNote.md

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,73 @@
1-
# Release Note
1+
# Release Note [Deprecated]
22

3-
## 2.2.0
3+
**We are deprecating this page.** All the information here is either covered by the [milestones](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/milestones?state=closed) or implied by the semantic versions.
4+
5+
If you are deciding which version to use for your application, check out the [Support Matrix](./SupportMatrix.md) page.
6+
7+
## Stable
8+
9+
### 2.2.0
410

511
* Find the NuGet package: [2.2.0](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0).
612
* We are officially out of beta.
713

8-
## 2.2.0-beta7
14+
## Previews
15+
16+
### 2.3.0-beta3
17+
18+
* Find the NuGet package: [2.3.0-beta3](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.3.0-beta3).
19+
* Find out update details in the [milestone](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/milestone/13).
20+
21+
### 2.2.0-beta7
922

1023
* Find the NuGet package here: [2.2.0-beta7](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0-beta7).
1124
* Find out update details in the [milestone](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/milestone/12?closed=1).
1225

13-
## 2.2.0-beta6
26+
### 2.2.0-beta6
1427

1528
* Find the NuGet package here: [2.2.0-beta6](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0-beta6).
1629
* Fix the issue of Uploader not exit in the 2.2.0-beta5. Details: [#124](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/issues/124).
1730

18-
## 2.2.0-beta5
31+
### 2.2.0-beta5
1932

2033
* Find the NuGet package here: 2.0.0-beta5
2134
* Release the Uploader for .NET 5.0 applications. Recommend upgrade for .NET 5 applications.
2235
* Find out update details in the [milestone](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/milestone/11?closed=1).
2336

24-
## 2.2.0-beta4
37+
### 2.2.0-beta4
2538

2639
* NuGet package: [2.2.0-beta4](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0-beta4).
2740
* Fixed a memory leak and some reliability issues.
2841
* Checkout [the milestone](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/milestone/9?closed=1) for details.
2942

30-
## 2.2.0-beta3
43+
### 2.2.0-beta3
3144

3245
* NuGet package: [2.2.0-beta3](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0-beta3).
3346
* Supports .NET 5.
3447
* Some other small bug fixes. Checkout [the milestone](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/milestone/8?closed=1) for details.
3548

36-
## 2.2.0-beta2
49+
### 2.2.0-beta2
3750

3851
* NuGet package: [2.2.0-beta2](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0-beta2).
3952
* Fix the bug that blocks the Profiler to work with Microsoft.ApplicationInsights.AspNetCore 2.15.
4053
* Some other small bug fixes.
4154

42-
## 2.2.0-beta1
55+
### 2.2.0-beta1
4356

4457
* NuGet package: [2.2.0-beta1](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0-beta1).
4558
* Fixed profiler failing for deploy to Azure WebSite on Windows due to permissions to fetch performance counters (#93).
4659
* Switch to new API to control profiling start/stop.
4760

48-
## v1.0.0-beta1
61+
### v1.0.0-beta1
4962

5063
Profiling the application and the services and monitoring the performance by using Application Insights Profiler. Beta1 is now available for testing on ASP.NET Core 2.0 Web Apps hosted in the Linux on Microsoft Azure App Services. Follow the `Get Started Guide [Coming soon]`, [Get the packages now](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/1.0.0-beta1) and start your performance improvement adventures!
5164

52-
### Features
65+
#### Features
5366

5467
* Profiling the performance of the ASP.NET Core 2.0 Web Application on Linux.
5568
* Trace/calling tree analysis.
5669

57-
### Known issues
70+
#### Known issues
5871

5972
* Enable button in Profiler Configuration pane does not work
6073

0 commit comments

Comments
 (0)