Skip to content

Commit 99923c2

Browse files
committed
Format and CHANGELOG
1 parent 3f5758e commit 99923c2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4545
([#3322](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3322))
4646
- `opentelemetry-instrumentation-requests` always record span status code in duration metric
4747
([#3323](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3323))
48+
- `opentelemetry-instrumentation-asgi` remove high cardinal path from span name
49+
([#2650](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2650))
4850

4951
## Version 1.30.0/0.51b0 (2025-02-03)
5052

instrumentation/opentelemetry-instrumentation-asgi/src/opentelemetry/instrumentation/asgi/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,7 @@ def get_default_span_details(scope: dict) -> Tuple[str, dict]:
478478
return method, {}
479479
return scope.get("type", ""), {}
480480

481+
481482
def _collect_target_attribute(
482483
scope: typing.Dict[str, typing.Any],
483484
) -> typing.Optional[str]:

0 commit comments

Comments
 (0)