Skip to content

Commit

Permalink
Add type hints to dbapi (open-telemetry#3068)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Jan 10, 2025
1 parent 3ebdb63 commit 29ef6a9
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 114 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `opentelemetry-instrumentation-httpx` Fix `RequestInfo`/`ResponseInfo` type hints
([#3105](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3105))
- `opentelemetry-instrumentation-dbapi` Move `TracedCursorProxy` and `TracedConnectionProxy` to the module level
([#3068](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3068))
- `opentelemetry-instrumentation-click` Disable tracing of well-known server click commands
([#3174](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3174))
- `opentelemetry-instrumentation` Fix `get_dist_dependency_conflicts` if no distribution requires
Expand Down
3 changes: 3 additions & 0 deletions docs/nitpick-exceptions.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ py-class=
callable
Consumer
confluent_kafka.Message
ObjectProxy

any=
; API
Expand Down Expand Up @@ -68,6 +69,8 @@ any=

py-obj=
opentelemetry.propagators.textmap.CarrierT
opentelemetry.instrumentation.dbapi.ConnectionT
opentelemetry.instrumentation.dbapi.CursorT

py-func=
poll
Expand Down
Loading

0 comments on commit 29ef6a9

Please sign in to comment.