class ElasticAPM::Metrics::Set

def timer(key, tags: nil, **args)

def timer(key, tags: nil, **args)
  metric(Timer, key, tags: tags, **args)
end