Skip to content

Commit

Permalink
Merge pull request #156 from xiaomi7732/dev/saars/update-content-2.3.…
Browse files Browse the repository at this point in the history
…1-beta4

Dev/saars/update content 2.3.1 beta4
  • Loading branch information
xiaomi7732 authored Feb 2, 2022
2 parents e262c81 + 9948f8a commit d6174da
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 15 deletions.
4 changes: 3 additions & 1 deletion Configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ All other ways document here: [Configuration in ASP.NET Core](https://docs.micro
Here lists all supported configurations.

| Key | Value/Types | Default Value | Description |
|-----------------------------------|-------------|---------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| --------------------------------- | ----------- | ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 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. |
| Duration | TimeSpan | 00:02:00 | The duration of a session. |
| InitialDelay | TimeSpan | 00:00:00 | Delay before starting the very first session after the application starts up. |
Expand All @@ -63,6 +63,8 @@ Here lists all supported configurations.
| 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. |
| 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. |
| AllowsCrash | Boolean | false | Set to true to allow Profiler crash the application. This is intended to only be used in debugging scenario. |
| 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. |
| 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 |

## Sets the logging level for Profiler

Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

## Announcement

* Profiler [2.3.1-beta4](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.3.1-beta4) is released.
* Bug fixes. Click [here](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/milestone/16?closed=1) for details.

## Previous announcements

* 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.
* New uploader that works on .NET Core 3.1, .NET 5 & .NET 6.
* Clean up package dependencies.

## Previous announcements

* 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).
* Application Insights AAD Authentication support with [Microsoft.ApplicationInsights.AspNetCore 2.18.0](https://www.nuget.org/packages/Microsoft.ApplicationInsights.AspNetCore/2.18.0).
* Performance improvements in the uploader.
Expand Down
37 changes: 25 additions & 12 deletions ReleaseNote.md
Original file line number Diff line number Diff line change
@@ -1,60 +1,73 @@
# Release Note
# Release Note [Deprecated]

## 2.2.0
**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.

If you are deciding which version to use for your application, check out the [Support Matrix](./SupportMatrix.md) page.

## Stable

### 2.2.0

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

## 2.2.0-beta7
## Previews

### 2.3.0-beta3

* Find the NuGet package: [2.3.0-beta3](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.3.0-beta3).
* Find out update details in the [milestone](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/milestone/13).

### 2.2.0-beta7

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

## 2.2.0-beta6
### 2.2.0-beta6

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

## 2.2.0-beta5
### 2.2.0-beta5

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

## 2.2.0-beta4
### 2.2.0-beta4

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

## 2.2.0-beta3
### 2.2.0-beta3

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

## 2.2.0-beta2
### 2.2.0-beta2

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

## 2.2.0-beta1
### 2.2.0-beta1

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

## v1.0.0-beta1
### v1.0.0-beta1

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!

### Features
#### Features

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

### Known issues
#### Known issues

* Enable button in Profiler Configuration pane does not work

Expand Down

0 comments on commit d6174da

Please sign in to comment.