File tree Expand file tree Collapse file tree 4 files changed +136
-114
lines changed
instrumentation/opentelemetry-instrumentation-dbapi/src/opentelemetry/instrumentation/dbapi Expand file tree Collapse file tree 4 files changed +136
-114
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3838
3939- ` opentelemetry-instrumentation-httpx ` Fix ` RequestInfo ` /` ResponseInfo ` type hints
4040 ([ #3105 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3105 ) )
41+ - ` opentelemetry-instrumentation-dbapi ` Move ` TracedCursorProxy ` and ` TracedConnectionProxy ` to the module level
42+ ([ #3068 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3068 ) )
4143- ` opentelemetry-instrumentation-click ` Disable tracing of well-known server click commands
4244 ([ #3174 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3174 ) )
4345- ` opentelemetry-instrumentation ` Fix ` get_dist_dependency_conflicts ` if no distribution requires
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ py-class=
4141 callable
4242 Consumer
4343 confluent_kafka.Message
44+ ObjectProxy
4445
4546any =
4647 ; API
6869
6970py-obj =
7071 opentelemetry.propagators.textmap.CarrierT
72+ opentelemetry.instrumentation.dbapi.ConnectionT
73+ opentelemetry.instrumentation.dbapi.CursorT
7174
7275py-func =
7376 poll
You can’t perform that action at this time.
0 commit comments