We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@opentelemetry/instrumentation-fs 0.5.1
@opentelemetry/instrumentation-fs
Note that latest version 0.6.0 crashes in this case (see open-telemetry/opentelemetry-js#3448).
18.12.1
"use strict"; const { FsInstrumentation } = require("@opentelemetry/instrumentation-fs"); const { registerInstrumentations } = require("@opentelemetry/instrumentation"); registerInstrumentations({ instrumentations: [ new FsInstrumentation() ] }); const fs = require("fs/promises");
fs promise APIs should be instrumented
fs promise APIs are not instrumented
see this comment
The text was updated successfully, but these errors were encountered:
fs/promises
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days.
Sorry, something went wrong.
rauno56
Successfully merging a pull request may close this issue.
What version of OpenTelemetry are you using?
@opentelemetry/instrumentation-fs
0.5.1Note that latest version 0.6.0 crashes in this case (see open-telemetry/opentelemetry-js#3448).
What version of Node are you using?
18.12.1
What did you do?
What did you expect to see?
fs promise APIs should be instrumented
What did you see instead?
fs promise APIs are not instrumented
Additional context
see this comment
The text was updated successfully, but these errors were encountered: