class Watchman::MockStatsd

Public Instance Methods

count(metric, value) click to toggle source
# File lib/watchman/mock_statsd.rb, line 8
def count(metric, value); end
gauge(metric, value) click to toggle source

Used in test environments

# File lib/watchman/mock_statsd.rb, line 6
def gauge(metric, value); end
timing(metric, value) click to toggle source
# File lib/watchman/mock_statsd.rb, line 7
def timing(metric, value); end