[DRAFT] generalize OTLP-HTTP exporter#5164
[DRAFT] generalize OTLP-HTTP exporter#5164herin049 wants to merge 1 commit intoopen-telemetry:mainfrom
Conversation
|
If the only reason for keeping requests.Session around is to keep backward compatability with The Google auth library does have a urllib3 equivalent: https://google-auth.readthedocs.io/en/latest/reference/google.auth.transport.urllib3.html#google.auth.transport.urllib3.AuthorizedHttp -- I think we should just repurpose that env var to return that instead |
|
requests.Session was added to the constructor of the HTTP exporter 4 years ago: 0590617 - so maybe we want to keep avoid breaking people that might be passing that in ? IDK |
The idea is that |
Description
Fixes #3439 and #4171
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Does This PR Require a Contrib Repo Change?
Checklist: