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
Emitting metrics using the OTLP exporter results in the User-Agent being incorrectly set to python-requests/version instead of the expected "OTel-OTLP-Exporter-Python/" + __version__,
Steps to Reproduce
Used the example flask app from opentelemetry.io and exported metrics to a backend
Expected Result
User agent to match OTel-OTLP-Exporter-Python/1.30.0