Method: Loki::Batch#age

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

#ageObject



40
41
42
# File 'lib/logstash/outputs/loki/batch.rb', line 40

def age()
    return Time.now - @createdAt
end