Azure Failures #34616
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Monitor - Exporter
Monitor OpenTelemetry Exporter
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Describe the bug
I'm worried I'm opening up an old 'bug': #33741 but I'm still having problems with Failures being reported to Azure Application Insights. The opentelemtry-python-contrib project has updated to include support for Flask 3 (version 1.23.0/0.44b0) and I can confirm that it's working as expected. However, when I include
OTEL_PYTHON_EXCLUDED_URLS
to keep one of my endpoints from reporting, they're still showing up as a request and a failed oneTo Reproduce
Steps to reproduce the behavior:
I'm going to include some sample code in a docker file that you can try:
app.py:
Dockerfile:
requirements.txt:
And to run it:
Where
OTEL_PYTHON_EXCLUDED_URLS="health,swagger.*"
Expected behavior
Endpoint requests are ignored
Screenshots
Any suggestions? Is this a different project that would need to take care of this? Am I doing something wrong?
The text was updated successfully, but these errors were encountered: