module ElasticAPM::Metrics

def self.new(config, &block)

def self.new(config, &block)
  Registry.new(config, &block)
end