We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889fa20 commit f54f150Copy full SHA for f54f150
util/opentelemetry-util-http/src/opentelemetry/util/http/__init__.py
@@ -258,10 +258,10 @@ def get_custom_headers(env_var: str) -> list[str]:
258
259
260
def get_custom_header_attributes(
261
- headers: Mapping[str, str | list[str]] | None,
262
- captured_headers: list[str] | None,
263
- sensitive_headers: list[str] | None,
264
- normalize_function: Callable[[str], str],
+ headers: Mapping[str, str | list[str]] | None,
+ captured_headers: list[str] | None,
+ sensitive_headers: list[str] | None,
+ normalize_function: Callable[[str], str],
265
) -> dict[str, list[str]]:
266
"""Extract and sanitize HTTP headers for span attributes.
267
0 commit comments