ConsoleExporter
serializes raw julia objects causing performance issues
#110
Labels
bug
Something isn't working
We've had a case of a single threaded service being overwhelmed by passing spans to a
ConsoleExpoterer(devnull)
The process would hit 100% cpu usage for minutes at a time.
Switching to
DummyExporter
fixed the issueSpans should ideally serialize into some simple human readable json/yaml format
Currently they serialize the whole struct and they show too many things
The text was updated successfully, but these errors were encountered: