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
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-mysqlclient/src/opentelemetry/instrumentation/mysqlclient/__init__.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,7 @@ def instrument_connection(
190
190
commenter_options:
191
191
A dictionary of configuration options for SQLCommenter. This allows you to customize
192
192
metadata appended to queries. Possible options include:
193
+
193
194
- `db_driver`: Adds the database driver name and version.
0 commit comments