Skip to content

Commit b7f8ab3

Browse files
committed
Remove class-level initialisation of _tracer
1 parent dfba842 commit b7f8ab3

File tree

1 file changed

+0
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-asyncpg/src/opentelemetry/instrumentation/asyncpg

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ def _hydrate_span_from_args(connection, query, parameters) -> dict:
9797

9898
class AsyncPGInstrumentor(BaseInstrumentor):
9999

100-
_tracer = None
101100
_leading_comment_remover = re.compile(r"/\*.*?\*/")
102101

103102
def __init__(self, capture_parameters=False):

0 commit comments

Comments
 (0)