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
Issue described here as well: open-telemetry/opentelemetry-dotnet#5141.
We have a calling service instrumented with ApplicationInsights and a receiver system instrumented with OTEL. The calling system sends traceparent headers ending in -00, instructing downstream system not to sample any requests. Doesn't seem correlated to having dynamicsampling enabled or not (always see traceparent headers being sent with -00)
Is it an intended behavior?
To Reproduce
Create a self-contained project using the template of your choice, apply the minimum required code to result in the issue you're observing.
The repro project you share with us is complex. We can't investigate custom projects, so don't point us to such, please.
If we will not be able to repro the behavior you're reporting
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:
Microsoft.ApplicationInsights.AspNetCore 2.21.0
net8
Windows11/Ubuntu
Describe the bug
Issue described here as well: open-telemetry/opentelemetry-dotnet#5141.
We have a calling service instrumented with ApplicationInsights and a receiver system instrumented with OTEL. The calling system sends traceparent headers ending in -00, instructing downstream system not to sample any requests. Doesn't seem correlated to having dynamicsampling enabled or not (always see traceparent headers being sent with -00)
Is it an intended behavior?
To Reproduce
Create a self-contained project using the template of your choice, apply the minimum required code to result in the issue you're observing.
https://github.com/federicobarera/otel-repro-2
We will close this issue if:
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: