Method: Fluent::Plugin::Buffer#metadata

Defined in:
lib/fluent/plugin/buffer.rb

#metadata(timekey: nil, tag: nil, variables: nil) ⇒ Object

Keep this method for existing code



317
318
319
# File 'lib/fluent/plugin/buffer.rb', line 317

def (timekey: nil, tag: nil, variables: nil)
  Metadata.new(timekey, tag, variables)
end