Skip to content

Commit c8ce442

Browse files
Fix table format
1 parent e831a83 commit c8ce442

File tree

2 files changed

+2
-2
lines changed
  • instrumentation
    • opentelemetry-instrumentation-psycopg2/src/opentelemetry/instrumentation/psycopg2
    • opentelemetry-instrumentation-psycopg/src/opentelemetry/instrumentation/psycopg

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
+---------------------------+-----------------------------------------------------------+---------------------------------------------------------------------------+
104104
| Commenter Option | Description | Example |
105105
+===========================+===========================================================+===========================================================================+
106-
| ``db_driver`` | Database driver name with version. | ``psycopg=3.1.9`` |
106+
| ``db_driver`` | Database driver name with version. | ``psycopg=3.1.9`` |
107107
+---------------------------+-----------------------------------------------------------+---------------------------------------------------------------------------+
108108
| ``dbapi_threadsafety`` | DB-API threadsafety value: 0-3 or unknown. | ``dbapi_threadsafety=2`` |
109109
+---------------------------+-----------------------------------------------------------+---------------------------------------------------------------------------+

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
+---------------------------+-----------------------------------------------------------+---------------------------------------------------------------------------+
103103
| Commenter Option | Description | Example |
104104
+===========================+===========================================================+===========================================================================+
105-
| ``db_driver`` | Database driver name with version. | ``psycopg2=2.9.3`` |
105+
| ``db_driver`` | Database driver name with version. | ``psycopg2=2.9.3`` |
106106
+---------------------------+-----------------------------------------------------------+---------------------------------------------------------------------------+
107107
| ``dbapi_threadsafety`` | DB-API threadsafety value: 0-3 or unknown. | ``dbapi_threadsafety=2`` |
108108
+---------------------------+-----------------------------------------------------------+---------------------------------------------------------------------------+

0 commit comments

Comments
 (0)