File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
plugins/node/opentelemetry-instrumentation-oracledb/src Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
2021export 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
You can’t perform that action at this time.
0 commit comments