class ElasticAPM::Metrics::Timer

def initialize(key, **args)

def initialize(key, **args)
  super(key, initial_value: 0, **args)
  @count = 0
end