Class: Fluent::Plugin::FlowCounterSimpleOutput

Inherits:
Output
  • Object
show all
Includes:
FlowcounterSimple
Defined in:
lib/fluent/plugin/out_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

#multi_workers_ready?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'lib/fluent/plugin/out_flowcounter_simple.rb', line 14

def multi_workers_ready?
  true
end

#prefer_buffered_processingObject



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

def prefer_buffered_processing
  false
end

#process(tag, es) ⇒ Object



18
19
20
# File 'lib/fluent/plugin/out_flowcounter_simple.rb', line 18

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