Skip to content

Commit

Permalink
fix markdown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Dec 12, 2024
1 parent 1407bf2 commit 8a85757
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions semantic-conventions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ npm install --save-exact @opentelemetry/semantic-conventions
Then, import directly from `@opentelemetry/semantic-conventions/incubating`.
This is **not** recommended.

In some languages having multiple versions of a package in a single application is not possible. This *is* possible in JavaScript. The primary argument against pinning this package is that it can easily lead to many copies being installed in an application's `node_modules/...`, which can cause significant disk usage. In a disk-constrained environment, such as AWS Lambda Layers, that can be a blocker.

In some languages having multiple versions of a package in a single application is not possible. This _is_ possible in JavaScript. The primary argument against pinning this package is that it can easily lead to many copies being installed in an application's `node_modules/...`, which can cause significant disk usage. In a disk-constrained environment, such as AWS Lambda Layers, that can be a blocker.

## Deprecations

Expand Down Expand Up @@ -207,7 +206,6 @@ console.log(ATTR_DB_SYSTEM); // 'db.system'
console.log(DB_SYSTEM_VALUE_POSTGRESQL);
```


## Useful links

- For more information on OpenTelemetry, visit: <https://opentelemetry.io/>
Expand Down

0 comments on commit 8a85757

Please sign in to comment.