class Cadence::MetricsAdapters::Null
Public Instance Methods
count(_key, _count, _tags)
click to toggle source
# File lib/cadence/metrics_adapters/null.rb, line 4 def count(_key, _count, _tags); end
gauge(_key, _value, _tags)
click to toggle source
# File lib/cadence/metrics_adapters/null.rb, line 5 def gauge(_key, _value, _tags); end
timing(_key, _time, _tags)
click to toggle source
# File lib/cadence/metrics_adapters/null.rb, line 6 def timing(_key, _time, _tags); end