Sha256: 15d9fcbc2d0a82b3c9693e3b5c12c68d73b4d48bfe3d5a333e4937c0e77bbf3a
Contents?: true
Size: 236 Bytes
Versions: 28
Compression:
Stored size: 236 Bytes
Contents
module StatsD::Instrument::Backends # The null backend does nothing when receiving a metric, effectively disabling the gem completely. class NullBackend < StatsD::Instrument::Backend def collect_metric(metric) end end end
Version data entries
28 entries across 28 versions & 2 rubygems