Skip to content

Commit 0290b81

Browse files
committed
- make db.system.name to oracle.db from oracle
1 parent 34cd418 commit 0290b81

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
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*
16-
* Copyright (c) 2025, Oracle and/or its affiliates.
16+
* Copyright (c) 2024, Oracle and/or its affiliates.
1717
* */
1818

1919
// Oracle specific attributes not covered by semantic conventions
@@ -54,4 +54,4 @@ export enum SpanNames {
5454
* defining the new constant to explicitly mention db.
5555
*
5656
*/
57-
export const DB_SYSTEM_VALUE_ORACLE = 'oracledb';
57+
export const DB_SYSTEM_VALUE_ORACLE = 'oracle.db';

0 commit comments

Comments
 (0)