File tree 4 files changed +136
-114
lines changed
instrumentation/opentelemetry-instrumentation-dbapi/src/opentelemetry/instrumentation/dbapi
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
38
38
39
39
- ` opentelemetry-instrumentation-httpx ` Fix ` RequestInfo ` /` ResponseInfo ` type hints
40
40
([ #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 ) )
41
43
- ` opentelemetry-instrumentation-click ` Disable tracing of well-known server click commands
42
44
([ #3174 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3174 ) )
43
45
- ` 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=
41
41
callable
42
42
Consumer
43
43
confluent_kafka.Message
44
+ ObjectProxy
44
45
45
46
any =
46
47
; API
68
69
69
70
py-obj =
70
71
opentelemetry.propagators.textmap.CarrierT
72
+ opentelemetry.instrumentation.dbapi.ConnectionT
73
+ opentelemetry.instrumentation.dbapi.CursorT
71
74
72
75
py-func =
73
76
poll
You can’t perform that action at this time.
0 commit comments