Skip to content

Commit 92c1c80

Browse files
committed
- rename the attribute name
1 parent e076936 commit 92c1c80

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

plugins/node/opentelemetry-instrumentation-oracledb/src/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Copyright (c) 2025, Oracle and/or its affiliates.
1717
* */
1818

19-
// Oracle specific attributes not covered by semantic conventions.
19+
// Oracle specific attributes not covered by standard semantic conventions.
2020
// See: https://github.com/open-telemetry/semantic-conventions/pull/1911
2121
export enum AttributeNames {
2222
ORACLE_BIND_VALUES = 'oracledb.bind_values',
@@ -25,7 +25,7 @@ export enum AttributeNames {
2525
ORACLE_POOL_INCR = 'oracledb.pool_incr',
2626
ORACLE_INSTANCE = 'oracledb.instance',
2727
ORACLE_PDBNAME = 'oracledb.pdbname',
28-
ORACLE_IMPLICIT_RELEASE = 'db.oracle.implicit_release',
28+
ORACLE_IMPLICIT_RELEASE = 'oracledb.implicit_release',
2929
}
3030

3131
// Contains span names produced by instrumentation

0 commit comments

Comments
 (0)