Method: OneApm::Metrics::Stats#increment_count

Defined in:
lib/one_apm/metrics/stats.rb

#increment_count(value = 1) ⇒ Object

increments the call_count by one



104
105
106
# File 'lib/one_apm/metrics/stats.rb', line 104

def increment_count(value = 1)
  @call_count += value
end