Module: FluentLoggerStatistics::FluentLoggerExt

Defined in:
lib/fluent_logger_statistics/fluent_logger.rb

Instance Method Summary collapse

Instance Method Details

#pending_bytesizeObject



5
6
7
8
9
10
11
# File 'lib/fluent_logger_statistics/fluent_logger.rb', line 5

def pending_bytesize
  if @pending
    @pending.bytesize
  else
    0
  end
end