Input
# File lib/fluent/plugin/in_gc_stat.rb, line 46 def configure(conf) super end
# File lib/fluent/plugin/in_gc_stat.rb, line 70 def on_timer now = Engine.now record = GC.stat Engine.emit(@tag, now, record) end
# File lib/fluent/plugin/in_gc_stat.rb, line 63 def run @loop.run rescue $log.error "unexpected error", :error=>$!.to_s $log.error_backtrace end
Generated with the Darkfish Rdoc Generator 2.