Method: Regrapher::Client#increment
- Defined in:
- lib/regrapher/client.rb
#increment(name, opts = {}) ⇒ Object
Sends an increment (count = 1) for the given metric.
36 37 38 |
# File 'lib/regrapher/client.rb', line 36 def increment(name, opts={}) count(name, 1, opts) end |