-
Notifications
You must be signed in to change notification settings - Fork 6
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
FileSpanExporter should not close the underpinning file descriptor #167
Comments
mmanciop
pushed a commit
that referenced
this issue
Apr 28, 2023
…fd on exit unless it's a regular file Fixes #167
mmanciop
pushed a commit
that referenced
this issue
Apr 30, 2023
…fd on exit unless it's a regular file Fixes #167
mmanciop
pushed a commit
that referenced
this issue
Apr 30, 2023
…fd on exit unless it's a regular file Fixes #167
mmanciop
pushed a commit
that referenced
this issue
May 7, 2023
…e.js versions and other fixes (#172) * Do not activate the distro is the Node.js version is not supported (tested on Node.js 10 and 12) #172 * FileSpanExporter should not close the underpinning file descriptor #167 * Add support for Node.js 20 * Update OpenTelemetry baseline to SDK v1.9.0, contrib 0.38.0 (or highest otherwise available)
🎉 This issue has been resolved in version 1.20.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The fact that FileSpanExporter closes the underpinning file descriptor causes issues with dockerized applications when the file it is writing to is
/dev/std{out|err}
.The text was updated successfully, but these errors were encountered: