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