class StatsD::Instrument::Backends::NullBackend

The null backend does nothing when receiving a metric, effectively disabling the gem completely.

Public Instance Methods

collect_metric(metric) click to toggle source
# File lib/statsd/instrument/backends/null_backend.rb, line 6
def collect_metric(metric)
end