Class: Fluent::Plugin::FlowCounterSimpleOutput
- Inherits:
-
Output
- Object
- Output
- Fluent::Plugin::FlowCounterSimpleOutput
show all
- Includes:
- FlowcounterSimple
- Defined in:
- lib/fluent/plugin/out_flowcounter_simple.rb
Instance Attribute Summary
#last_checked
Instance Method Summary
collapse
#configure, #countup, #flush_emit, included, #process_count, #shutdown, #start, #watch
Instance Method Details
#multi_workers_ready? ⇒ Boolean
14
15
16
|
# File 'lib/fluent/plugin/out_flowcounter_simple.rb', line 14
def multi_workers_ready?
true
end
|
#prefer_buffered_processing ⇒ Object
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
|