class ElasticAPM::Util::Throttle

def seconds_since_last_call

def seconds_since_last_call
  now - @last_call
end