Skip to content

Commit 709efbf

Browse files
Update wording
1 parent 1a7e2a4 commit 709efbf

File tree

1 file changed

+4
-4
lines changed
  • instrumentation/opentelemetry-instrumentation-dbapi/src/opentelemetry/instrumentation/dbapi

1 file changed

+4
-4
lines changed

instrumentation/opentelemetry-instrumentation-dbapi/src/opentelemetry/instrumentation/dbapi/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@
136136
+===========================+===========================================================+===========================================================================+
137137
| ``db_driver`` | Database driver name with version. | ``mysql.connector=2.2.9`` |
138138
+---------------------------+-----------------------------------------------------------+---------------------------------------------------------------------------+
139-
| ``dbapi_threadsafety`` | DB-API's threadsafety value. | ``dbapi_threadsafety=2`` |
139+
| ``dbapi_threadsafety`` | DB-API threadsafety value: 0-3 or unknown. | ``dbapi_threadsafety=2`` |
140140
+---------------------------+-----------------------------------------------------------+---------------------------------------------------------------------------+
141-
| ``dbapi_level`` | DB-API's API level. | ``dbapi_level=2.0`` |
141+
| ``dbapi_level`` | DB-API API level: 1.0, 2.0, or unknown. | ``dbapi_level=2.0`` |
142142
+---------------------------+-----------------------------------------------------------+---------------------------------------------------------------------------+
143-
| ``driver_paramstyle`` | DB-API's paramstyle for SQL statement parameters. | ``driver_paramstyle='pyformat'`` |
143+
| ``driver_paramstyle`` | DB-API paramstyle for SQL statement parameter. | ``driver_paramstyle='pyformat'`` |
144144
+---------------------------+-----------------------------------------------------------+---------------------------------------------------------------------------+
145-
| ``libpq_version`` | PostgreSQL's libpq version (checked for PostgreSQL only). | ``libpq_version=140001`` |
145+
| ``libpq_version`` | PostgreSQL libpq version (checked for PostgreSQL only). | ``libpq_version=140001`` |
146146
+---------------------------+-----------------------------------------------------------+---------------------------------------------------------------------------+
147147
| ``mysql_client_version`` | MySQL client version (checked for MySQL only). | ``mysql_client_version='123'`` |
148148
+---------------------------+-----------------------------------------------------------+---------------------------------------------------------------------------+

0 commit comments

Comments
 (0)