Skip to content

Commit 34cd418

Browse files
committed
- update the copyright year
1 parent 4c36312 commit 34cd418

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
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) 2024, Oracle and/or its affiliates.
16+
* Copyright (c) 2025, Oracle and/or its affiliates.
1717
* */
1818

1919
// Oracle specific attributes not covered by semantic conventions

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

Lines changed: 1 addition & 1 deletion
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) 2024, Oracle and/or its affiliates.
16+
* Copyright (c) 2025, Oracle and/or its affiliates.
1717
* */
1818

1919
export * from './instrumentation';

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

Lines changed: 1 addition & 1 deletion
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) 2024, Oracle and/or its affiliates.
16+
* Copyright (c) 2025, Oracle and/or its affiliates.
1717
* */
1818
import {
1919
InstrumentationBase,

plugins/node/opentelemetry-instrumentation-oracledb/src/internal-types.ts

Lines changed: 1 addition & 1 deletion
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) 2024, Oracle and/or its affiliates.
16+
* Copyright (c) 2025, Oracle and/or its affiliates.
1717
* */
1818

1919
import * as oracledbTypes from 'oracledb';

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

Lines changed: 3 additions & 3 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) 2024, Oracle and/or its affiliates.
16+
* Copyright (c) 2025, Oracle and/or its affiliates.
1717
* */
1818

1919
/**
@@ -24,10 +24,10 @@
2424
export const ATTR_DB_SYSTEM = 'db.system.name';
2525

2626
/**
27-
* The name of the database, fully qualified within the server address and port.
27+
* The servicename associated with the connection.
2828
*
2929
* @example FREEPDB1
30-
* @example XEPDB1
30+
* @example inventory.example.org
3131
*
3232
* @note If a database system has multiple namespace components, they **SHOULD** be concatenated (potentially using database system specific conventions) from most general to most specific namespace component, and more specific namespaces **SHOULD NOT** be captured without the more general namespaces, to ensure that "startswith" queries for the more general namespaces will be valid.
3333
* Semantic conventions for individual database systems **SHOULD** document what `db.namespace` means in the context of that system.

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

Lines changed: 1 addition & 1 deletion
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) 2024, Oracle and/or its affiliates.
16+
* Copyright (c) 2025, Oracle and/or its affiliates.
1717
* */
1818
import type * as api from '@opentelemetry/api';
1919
import { InstrumentationConfig } from '@opentelemetry/instrumentation';

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

Lines changed: 1 addition & 1 deletion
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) 2024, Oracle and/or its affiliates.
16+
* Copyright (c) 2025, Oracle and/or its affiliates.
1717
* */
1818
import { safeExecuteInTheMiddle } from '@opentelemetry/instrumentation';
1919
import {

plugins/node/opentelemetry-instrumentation-oracledb/test/oracle.test.ts

Lines changed: 1 addition & 1 deletion
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) 2024, Oracle and/or its affiliates.
16+
* Copyright (c) 2025, Oracle and/or its affiliates.
1717
* */
1818
import {
1919
Attributes,

0 commit comments

Comments
 (0)