Module: Fluent::Compat::ChunkSizeCompatMixin
- Defined in:
- lib/fluent/compat/output.rb
Instance Method Summary collapse
Instance Method Details
#size ⇒ Object
114 115 116 |
# File 'lib/fluent/compat/output.rb', line 114 def size self.bytesize end |
#size_of_events ⇒ Object
118 119 120 |
# File 'lib/fluent/compat/output.rb', line 118 def size_of_events @size + @adding_size end |