class StatsD::Instrument::StatsDDatagramBuilder

@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.

Protected Instance Methods

normalize_tags(tags) click to toggle source
# File lib/statsd/instrument/statsd_datagram_builder.rb, line 12
def normalize_tags(tags)
  raise NotImplementedError, "#{self.class.name} does not support tags" if tags
  super
end