Skip to content

Commit e076936

Browse files
committed
- update link for semconv
1 parent e1698e1 commit e076936

File tree

1 file changed

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

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
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 semantic conventions.
20+
// See: https://github.com/open-telemetry/semantic-conventions/pull/1911
2021
export enum AttributeNames {
21-
ORACLE_BIND_VALUES = 'db.oracle.bind_values',
22-
ORACLE_POOL_MIN = 'db.oracle.pool_min',
23-
ORACLE_POOL_MAX = 'db.oracle.pool_max',
24-
ORACLE_POOL_INCR = 'db.oracle.pool_incr',
25-
ORACLE_EXEC_OPTIONS = 'db.oracle.exec.options',
26-
ORACLE_INSTANCE = 'db.oracle.instance',
27-
ORACLE_PDBNAME = 'db.oracle.pdbname',
22+
ORACLE_BIND_VALUES = 'oracledb.bind_values',
23+
ORACLE_POOL_MIN = 'oracledb.pool_min',
24+
ORACLE_POOL_MAX = 'oracledb.pool_max',
25+
ORACLE_POOL_INCR = 'oracledb.pool_incr',
26+
ORACLE_INSTANCE = 'oracledb.instance',
27+
ORACLE_PDBNAME = 'oracledb.pdbname',
2828
ORACLE_IMPLICIT_RELEASE = 'db.oracle.implicit_release',
2929
}
3030

0 commit comments

Comments
 (0)