StatsD::Instrument::Backend
The null backend does nothing when receiving a metric, effectively disabling the gem completely.
# File lib/statsd/instrument/backends/null_backend.rb, line 4 def collect_metric(metric) end