class Fluent::Label

def initialize(name, log:)

def initialize(name, log:)
  super(log: log)
  @context = name
  @root_agent = nil
end