OpenTelemetry.jl icon indicating copy to clipboard operation
OpenTelemetry.jl copied to clipboard

`ConsoleExporter` serializes raw julia objects causing performance issues

Open krynju opened this issue 7 months ago • 0 comments

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 issue

Spans should ideally serialize into some simple human readable json/yaml format Currently they serialize the whole struct and they show too many things

krynju avatar Jul 18 '24 13:07 krynju