Object
Statsd::Client by Ben VandenBos github.com/bvandenbos/statsd-client
stats can be a string or an array of strings
# File lib/statsd.rb, line 29 def decrement(stats, sample_rate = 1) update_counter stats, -1, sample_rate end
stats can be a string or an array of strings
# File lib/statsd.rb, line 24 def increment(stats, sample_rate = 1) update_counter stats, 1, sample_rate end
Generated with the Darkfish Rdoc Generator 2.