Skip to content

Commit f7ab1fc

Browse files
committed
updated ReadME file in instrumentation-fs
1 parent d2c1be4 commit f7ab1fc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

plugins/node/instrumentation-fs/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
[![NPM Published Version][npm-img]][npm-url]
44
[![Apache License][license-image]][license-image]
55

6-
This module provides automatic instrumentation for the [`fs`](http://nodejs.org/dist/latest/docs/api/fs.html) module, which may be loaded using the [`@opentelemetry/sdk-trace-node`](https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-sdk-trace-node) package and is included in the [`@opentelemetry/auto-instrumentations-node`](https://www.npmjs.com/package/@opentelemetry/auto-instrumentations-node) bundle.
6+
This module provides automatic instrumentation for the [`fs`](http://nodejs.org/dist/latest/docs/api/fs.html) module, which should be loaded using the [`@opentelemetry/instrumentation`](https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-instrumentation) package.
77

8-
If total installation size is not constrained, it is recommended to use the [`@opentelemetry/auto-instrumentations-node`](https://www.npmjs.com/package/@opentelemetry/auto-instrumentations-node) bundle with [@opentelemetry/sdk-node](`https://www.npmjs.com/package/@opentelemetry/sdk-node`) for the most seamless instrumentation experience.
9-
10-
Compatible with OpenTelemetry JS API and SDK `1.0+`.
8+
Compatible with OpenTelemetry JS API `1.3+`.
119

1210
See the full list of instrumented functions in [constants.ts](src/constants.ts);
1311

@@ -19,7 +17,7 @@ npm install --save @opentelemetry/instrumentation-fs
1917

2018
## Supported Versions
2119

22-
- Node.js `>=14`
20+
- Node.js `>=18`
2321

2422
## Usage
2523

0 commit comments

Comments
 (0)