File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
plugins/node/opentelemetry-instrumentation-oracledb/src Expand file tree Collapse file tree 1 file changed +2
-2
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 standard semantic conventions.
2020// See: https://github.com/open-telemetry/semantic-conventions/pull/1911
2121export 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
You can’t perform that action at this time.
0 commit comments