Sha256: 08df7add4cce3f7db6467d3b29fdfd0dcf356f4685a4b6204a9c58ecbd1b63b0
Contents?: true
Size: 451 Bytes
Versions: 10
Compression:
Stored size: 451 Bytes
Contents
# frozen_string_literal: true # @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. class StatsD::Instrument::StatsDDatagramBuilder < StatsD::Instrument::DatagramBuilder unsupported_datagram_types :h, :d, :kv protected def normalize_tags(tags) raise NotImplementedError, "#{self.class.name} does not support tags" if tags super end end
Version data entries
10 entries across 10 versions & 1 rubygems