Skip to content

Commit db7188f

Browse files
committed
fix(instrumentation-pg): remove commented-out code in pool attributes parsing
1 parent 6196ea0 commit db7188f

File tree

1 file changed

+0
-2
lines changed
  • plugins/node/opentelemetry-instrumentation-pg/src

1 file changed

+0
-2
lines changed

plugins/node/opentelemetry-instrumentation-pg/src/utils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@ export function getSemanticAttributesFromConnection(
159159
}
160160

161161
export function getSemanticAttributesFromPool(params: PgPoolOptionsParams) {
162-
// const connectionParams = getConnectionParams(params);
163-
164162
let url: URL | undefined;
165163
try {
166164
url = params.connectionString

0 commit comments

Comments
 (0)