Skip to content

Commit efb677f

Browse files
committed
chore: add CHANGELOG entry for #4433
Signed-off-by: Ali <alliasgher123@gmail.com>
1 parent f135023 commit efb677f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Bump `pylint` to `4.0.5`
1717
([#4244](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4244))
1818

19+
### Fixed
20+
21+
- `opentelemetry-instrumentation-flask`: Wrap `wsgi_app` call in try/finally so the `http.server.active_requests` gauge is decremented when a request raises, preventing a long-term gauge drift
22+
([#4433](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4433))
23+
1924
### Breaking changes
2025

2126
- Drop Python 3.9 support

0 commit comments

Comments
 (0)