Skip to content

Commit 01b10f8

Browse files
Updating the old links (#912)
* updating the old links * Add extra spaces
1 parent f695e40 commit 01b10f8

File tree

4 files changed

+4
-4
lines changed
  • packages
    • opentelemetry-plugin-ioredis/src
    • opentelemetry-plugin-mysql/src
    • opentelemetry-plugin-postgres

4 files changed

+4
-4
lines changed

packages/opentelemetry-plugin-ioredis/src/enums.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
export enum AttributeNames {
18-
// required by https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-semantic-conventions.md#databases-client-calls
18+
// required by https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-database.md
1919
COMPONENT = 'component',
2020
DB_TYPE = 'db.type',
2121
DB_INSTANCE = 'db.instance',

packages/opentelemetry-plugin-mysql/src/enums.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
export enum AttributeNames {
18-
// required by https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-semantic-conventions.md#databases-client-calls
18+
// required by https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-database.md
1919
COMPONENT = 'component',
2020
DB_TYPE = 'db.type',
2121
DB_INSTANCE = 'db.instance',

packages/opentelemetry-plugin-postgres/opentelemetry-plugin-pg-pool/src/enums.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
export enum AttributeNames {
18-
// required by https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-semantic-conventions.md#databases-client-calls
18+
// required by https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-database.md
1919
COMPONENT = 'component',
2020
DB_TYPE = 'db.type',
2121
DB_INSTANCE = 'db.instance',

packages/opentelemetry-plugin-postgres/opentelemetry-plugin-pg/src/enums.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
export enum AttributeNames {
18-
// required by https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-semantic-conventions.md#databases-client-calls
18+
// required by https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-database.md
1919
COMPONENT = 'component',
2020
DB_TYPE = 'db.type',
2121
DB_INSTANCE = 'db.instance',

0 commit comments

Comments
 (0)