Class: Fluent::Plugin::FlowCounterSimpleFilter

Inherits:
Filter
  • Object
show all
Includes:
FlowcounterSimple
Defined in:
lib/fluent/plugin/filter_flowcounter_simple.rb

Instance Attribute Summary

Attributes included from FlowcounterSimple

#last_checked

Instance Method Summary collapse

Methods included from FlowcounterSimple

#configure, #countup, #flush_emit, included, #process_count, #shutdown, #start, #watch

Instance Method Details

#filter_stream(tag, es) ⇒ Object



10
11
12
13
# File 'lib/fluent/plugin/filter_flowcounter_simple.rb', line 10

def filter_stream(tag, es)
  process_count(tag, es)
  es
end