-
Notifications
You must be signed in to change notification settings - Fork 293
Closed
Milestone
Description
- List of NuGet packages and version that you are using: Microsoft.ApplicationInsights.AspNetCore v2.16.0
- Runtime version (e.g. net461, net48, netcoreapp2.1, netcoreapp3.1, etc. You can find this information from the
*.csprojfile): netcoreapp3.1 - Hosting environment (e.g. Azure Web App, App Service on Linux, Windows, Ubuntu, etc.): Windows
Describe the bug
Due to the way the code at
Lines 49 to 58 in 6b5fcd8
| if (backendResponse.ItemsAccepted != backendResponse.ItemsReceived) | |
| { | |
| string[] items = JsonSerializer | |
| .Deserialize(initialTransmission.Content) | |
| .Split(new[] { Environment.NewLine }, StringSplitOptions.RemoveEmptyEntries); | |
| foreach (var error in backendResponse.Errors) | |
| { | |
| if (error != null) | |
| { |
To Reproduce
In your AI resource just turn on ingestion side sampling to a relatively high degree and collect a memory dump using Perfview etc.
Metadata
Metadata
Assignees
Labels
No labels