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