-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
add instr-fs and decide on its configuration #240
Comments
Upstream has decided to disable it by default in |
I think you meant to set this value to |
Now the question is: is it a good enough compromise that EDOT differs from vanilla OTel JS on this. |
David and I discussed:
|
Indeed, you are correct. I had it backwards. |
We should add instr-fs as an option at least for the user to enable.
However, it is debatable if this should be enabled by default. Many getting started guides suggest disabling instr-fs or suggest using
requireParentSpan: false
. (I have not tested therequireParentSpan: false
usage to see if that helps deal with the "many fs spans during startup".)open-telemetry/opentelemetry-js-contrib#1344 is an old (closed by stalebot) discussion around considering disabling instr-fs by default.
The text was updated successfully, but these errors were encountered: