module Fluent::Compat::ChunkSizeCompatMixin
Public Instance Methods
size()
click to toggle source
# File lib/fluent/compat/output.rb, line 114 def size self.bytesize end
size_of_events()
click to toggle source
# File lib/fluent/compat/output.rb, line 118 def size_of_events @size + @adding_size end