• 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
Name
Last commit
Last update
..
batch_submitter.go Loading commit data...
channel.go Loading commit data...
channel_builder.go Loading commit data...
channel_builder_test.go Loading commit data...
channel_manager.go Loading commit data...
channel_manager_test.go Loading commit data...
channel_test.go Loading commit data...
config.go Loading commit data...
driver.go Loading commit data...
tx_data.go Loading commit data...