class ElasticAPM::Metrics::Counter

def inc!

def inc!
  @value += 1
end