If possible it would also be nice to have an option to set max buffer size bytes:
Configure max buffer size bytes
if a span would go over the size would flush
I'm not sure of the performance implications of serializing across the different protocols. Ie are records concatenated so each span can be serialized and added to each other? or is there a different data structure that requires an array of spans making it not possible to do this??
We have NGINX proxying to our satellites and nginx has a default max payload size of 1MB. We've seen:
There looks to be a clean path to implementing this.
If possible it would also be nice to have an option to set max buffer size bytes: