module Fluent::Compat::ChunkSizeCompatMixin

Public Instance Methods

size() click to toggle source
# File lib/fluent/compat/output.rb, line 113
def size
  self.bytesize
end
size_of_events() click to toggle source
# File lib/fluent/compat/output.rb, line 117
def size_of_events
  @size + @adding_size
end