opentelemetry-python-contrib/util/opentelemetry-util-http/tests
rads-1996 b69ebb7224
Redact specific url query string values and url credentials in instrumentations (#3508)
* Updated the instrumentation with aiohttp-server tests for url redaction

* Updated the aiohttp-server implementation and the query redaction logic

* Updated changelog and moved change to unreleased. Updated test files with license header

* Improved formatting

* Fixed failing tests

* Fixed ruff

* Update util/opentelemetry-util-http/src/opentelemetry/util/http/__init__.py

Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>

---------

Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>
2025-07-01 12:26:47 +00:00
..
__init__.py Remove Configuration from instrumentations (#285) 2021-02-04 08:02:37 -08:00
test_capture_custom_headers.py Add support for sanitizing HTTP header values. (#1253) 2022-09-13 08:19:05 +00:00
test_http_base.py Chore: Drop support for Python 3.8 (#3399) 2025-05-27 17:26:02 +02:00
test_http_excluded_urls.py Sync with sdk setup from setUpClass to setUp (#1193) 2022-07-19 02:02:13 +05:30
test_redact_query_parameters.py Redact specific url query string values and url credentials in instrumentations (#3508) 2025-07-01 12:26:47 +00:00
test_redact_url.py Redact specific url query string values and url credentials in instrumentations (#3508) 2025-07-01 12:26:47 +00:00
test_remove_credentials.py Redact specific url query string values and url credentials in instrumentations (#3508) 2025-07-01 12:26:47 +00:00
test_sanitize_method.py fix util-http package (#2634) 2024-06-26 09:34:04 -07:00
test_try_set_ip.py Improved Test Coverage for HTTP Utility's IP Setting Functionality (#2693) 2024-07-12 15:44:44 -07:00