module StatsD::Instrument::VoidCollectMetric
Protected Instance Methods
collect_metric(type, name, value, sample_rate:, tags: nil, prefix:, metadata: nil)
click to toggle source
Calls superclass method
# File lib/statsd/instrument/strict.rb, line 112 def collect_metric(type, name, value, sample_rate:, tags: nil, prefix:, metadata: nil) super StatsD::Instrument::VOID end