Sha256: 73b54fc7b0ab0a17738af0cb5e17c2f52638e997b7b2734a7dab88ffee466f50
Contents?: true
Size: 267 Bytes
Versions: 10
Compression:
Stored size: 267 Bytes
Contents
# frozen_string_literal: true 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
10 entries across 10 versions & 1 rubygems