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
// program.cs DI registration of appinsights:
builder.Services.AddEndpointsApiExplorer();
builder.Services.AddSwaggerGen();
builder.Services.AddApplicationInsightsTelemetry();// basic
builder.Services.AddControllers();
builder.Services.AddAuthentication();
builder.Services.AddAuthorization();
Request and Dependency telemetry items are sent perfectly for most requests, with exact correlation
The issue is
Some of the API calls take long to complete, depending on the work involved in it -- it could reach to 10-20 minutes even, in which thousands of Dependency calls will be made, like in this picture:
All of these dependency calls were originated from the same incoming request
No parent request telemetry:
To Reproduce
Have a simple aspnet webapi project, with one API that generates a lot of telemetry items during it's 10-20 minutes execution.
If you'd like a ready-to-run project I'll provide you with my own one via Teams (I'm Microsoft employee).
For Immediate Support
For immediate support relating to the Application Insights .NET SDK we encourage you to file an Azure Support Request with Microsoft Azure instead of filing a GitHub Issue in this repository.
You can do so by going online to the Azure portal and submitting a support request. Access to subscription management and billing support is included with your Microsoft Azure subscription, and technical support is provided through one of the Azure Support Plans. For step-by-step guidance for the Azure portal, see How to create an Azure support request. Alternatively, you can create and manage your support tickets programmatically using the Azure Support ticket REST API
The text was updated successfully, but these errors were encountered:
*.csproj
file):MacOS, running locally on my macbook.
Describe the bug
The issue is
To Reproduce
For Immediate Support
For immediate support relating to the Application Insights .NET SDK we encourage you to file an Azure Support Request with Microsoft Azure instead of filing a GitHub Issue in this repository.
You can do so by going online to the Azure portal and submitting a support request. Access to subscription management and billing support is included with your Microsoft Azure subscription, and technical support is provided through one of the Azure Support Plans. For step-by-step guidance for the Azure portal, see How to create an Azure support request. Alternatively, you can create and manage your support tickets programmatically using the Azure Support ticket REST API
The text was updated successfully, but these errors were encountered: