class StatsD::Instrument::NullSink

@note This class is part of the new Client implementation that is intended

to become the new default in the next major release of this library.

Public Instance Methods

<<(_datagram) click to toggle source
# File lib/statsd/instrument/null_sink.rb, line 10
def <<(_datagram)
  self # noop
end
sample?(_sample_rate) click to toggle source
# File lib/statsd/instrument/null_sink.rb, line 6
def sample?(_sample_rate)
  true
end