You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would be helpful if existing database driver instrumentors got doc and docstring updates to better describe instrument_connection and how it should be used. Currently their Usage examples show how to use instrument, but not instrument_connection. Some of the docs do not have docstring at all for instrument_connection.
Describe the solution you'd like
Update the docs and docstrings of these instrumentors that have instrument_connection methods defined:
What problem do you want to solve?
I would be helpful if existing database driver instrumentors got doc and docstring updates to better describe
instrument_connection
and how it should be used. Currently theirUsage
examples show how to useinstrument
, but notinstrument_connection
. Some of the docs do not have docstring at all forinstrument_connection
.Describe the solution you'd like
Update the docs and docstrings of these instrumentors that have
instrument_connection
methods defined:I am excluding dbapi because it is more like a shared integration between instrumentors for concrete db drivers.
Describe alternatives you've considered
No response
Additional Context
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: