# File lib/fluent/label.rb, line 21 def initialize(name, opts = {}) super(opts) @context = name @root_agent = nil end
# File lib/fluent/label.rb, line 30 def emit_error_event(tag, time, record, e) @root_agent.emit_error_event(tag, time, record, e) end
# File lib/fluent/label.rb, line 34 def handle_emits_error(tag, es, e) @root_agent.handle_emits_error(tag, es, e) end