Class: Watchman::MockStatsd
- Inherits:
-
Object
- Object
- Watchman::MockStatsd
- Defined in:
- lib/watchman/mock_statsd.rb
Instance Method Summary collapse
- #count(metric, value) ⇒ Object
-
#gauge(metric, value) ⇒ Object
Used in test environments.
- #timing(metric, value) ⇒ Object
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 |