Method: Atatus::Metrics::Set#timer

Defined in:
lib/atatus/metrics/set.rb

#timer(key, tags: nil, **args) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



56
57
58
# File 'lib/atatus/metrics/set.rb', line 56

def timer(key, tags: nil, **args)
  metric(Timer, key, tags: tags, **args)
end