Class: Watchman::MockStatsd

Inherits:
Object
  • Object
show all
Defined in:
lib/watchman/mock_statsd.rb

Instance Method Summary collapse

Instance Method Details

#count(metric, value) ⇒ Object



8
# File 'lib/watchman/mock_statsd.rb', line 8

def count(metric, value); end

#gauge(metric, value) ⇒ Object

Used in test environments



6
# File 'lib/watchman/mock_statsd.rb', line 6

def gauge(metric, value); end

#timing(metric, value) ⇒ Object



7
# File 'lib/watchman/mock_statsd.rb', line 7

def timing(metric, value); end