• Sebastian Stammler's avatar
    op-batcher: Fix num_frames metrics · c54120ca
    Sebastian Stammler authored
    The metrics recorded the value of channelBuilder.NumFrames().
    But this was only the number of pending frames in the frames
    queue.
    
    This PR adds a new method TotalFrames() and separate numFrames
    tracking to distinguish between the number of pending frames
    and total frames of a channel.
    c54120ca
channel_builder_test.go 25.2 KB