• snakorse's avatar
    optimize: send trace segments to collector in batch queue. (#62) · 3dd8451a
    snakorse authored
    * optimize: send trace segments to collector in batch queue.
    
    * bugfix: batch send trace segments process should continue until the number of segments left in the queue lessthan the _batchsize.
    
    * bugfix: improve the batch sending segments process, and limit the max memory usage of the pending queue.
    3dd8451a
GrpcTraceSegmentService.cs 4.18 KB