Skip to content

Commit 3baf2f7

Browse files
herin049xrmx
andauthored
opentelemetry-instrumentation-httpx: add ability to capture custom headers (#4047)
* opentelemetry-instrumentation-httpx: add ability to capture custom headers * update CHANGELOG.md * move optional args to end of arg list for http helper methods * small fix --------- Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
1 parent 20d0523 commit 3baf2f7

File tree

3 files changed

+741
-0
lines changed

3 files changed

+741
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
([#3938](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3938))
2828
- `opentelemetry-instrumentation-aiohttp-server`: Support passing `TracerProvider` when instrumenting.
2929
([#3819](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3819))
30+
- `opentelemetry-instrumentation-httpx`: add ability to capture custom headers
31+
([#4047](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4047))
3032

3133
### Fixed
3234

0 commit comments

Comments
 (0)