Re: interesting writeup of some nice engineering

2024-01-22 Thread Matt Sicker
I’m not sure if it’s a binary layout, but OpenTelemetry does define some standard formats and protocols around transferring and collecting log data. Any sort of binary layout would require some level of tooling support to be useful. > On Jan 19, 2024, at 3:12 AM, Volkan Yazıcı wrote: > > I kne

Re: interesting writeup of some nice engineering

2024-01-19 Thread Volkan Yazıcı
I knew about lossless-compressions with navigation capabilities, but CLP is new to me. Thanks for the pointer. For those interested, I want to add some more context into "binary serialization" subject: - LOG4J2-3023

Re: interesting writeup of some nice engineering

2024-01-18 Thread Piotr P. Karwasz
Hi Remko, On Thu, 18 Jan 2024 at 23:16, Remko Popma wrote: > > https://www.uber.com/en-JP/blog/reducing-logging-cost-by-two-orders-of-magnitude-using-clp/ > > tldr: > Uber created a CLP > > appender for log4j that com

interesting writeup of some nice engineering

2024-01-18 Thread Remko Popma
https://www.uber.com/en-JP/blog/reducing-logging-cost-by-two-orders-of-magnitude-using-clp/ tldr: Uber created a CLP appender for log4j that compresses on the fly. Impressive 169x compression rate. Resulting compressed