You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crash due to insufficient locking in #2196 which switched from a thread-safe JSON package method to a non-thread-safe JSON exporter object that uses a single buffer
Description
Crash due to insufficient locking in #2196 which switched from a thread-safe JSON package method to a non-thread-safe JSON exporter object that uses a single buffer
Environment
Steps To Reproduce
Generate many spans at once, with JSON and pretty-printing on, and simplespanexporter used as the export method e.g. https://glitch.com/edit/#!/intro-to-o11y-go?path=src%2Fmain.go%3A85%3A37
Expected behavior
No crash, all spans exported successfully and in sequence
Observed behavior
The text was updated successfully, but these errors were encountered: