Skip to content

Commit 54cf1b2

Browse files
xrmxtammy-baylis-swi
authored andcommitted
aiohttp-client: add support for url exclusions (open-telemetry#3850)
* Stop using deprecated span.instrumentation_info * aiohttp-client: add support for OTEL_PYTHON_EXCLUDED_URLS / OTEL_PYTHON_HTTPX_EXCLUDED_URLS * Add docs * Add changelog * Please lint * Update CHANGELOG.md Co-authored-by: Tammy Baylis <[email protected]> * Test for both env vars * Assert at each iteration --------- Co-authored-by: Tammy Baylis <[email protected]>
1 parent d5be4a4 commit 54cf1b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4040
- `opentelemetry-exporter-richconsole`: Prevent deadlock when parent span is not part of the batch
4141
([#3900](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3900))
4242

43+
### Added
44+
45+
- `opentelemetry-instrumentation-aiohttp-client`: add support for url exclusions via `OTEL_PYTHON_EXCLUDED_URLS` / `OTEL_PYTHON_AIOHTTP_CLIENT_EXCLUDED_URLS`
46+
([#3850](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3850))
47+
4348
### Fixed
4449

4550
- `opentelemetry-instrumentation-botocore`: Handle dict input in _decode_tool_use for Bedrock streaming

0 commit comments

Comments
 (0)