Method: Loki::Batch#size_bytes_after

Defined in:
lib/logstash/outputs/loki/batch.rb

#size_bytes_after(line) ⇒ Object



36
37
38
# File 'lib/logstash/outputs/loki/batch.rb', line 36

def size_bytes_after(line)
    return @bytes + line.length
end