Skip to content

Commit 09890a4

Browse files
committed
* lingering refrerence to Psycopg3Instrumentor (hold over from the originally written PR)
1 parent 8c95c88 commit 09890a4

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ def _new_cursor_async_factory(
315315
if not db_api:
316316
db_api = DatabaseApiAsyncIntegration(
317317
__name__,
318-
Psycopg3Instrumentor._DATABASE_SYSTEM,
319-
connection_attributes=Psycopg3Instrumentor._CONNECTION_ATTRIBUTES,
318+
PsycopgInstrumentor._DATABASE_SYSTEM,
319+
connection_attributes=PsycopgInstrumentor._CONNECTION_ATTRIBUTES,
320320
version=__version__,
321321
tracer_provider=tracer_provider,
322322
)

0 commit comments

Comments
 (0)