Class: Temporal::MetricsAdapters::Null

Inherits:
Object
  • Object
show all
Defined in:
lib/temporal/metrics_adapters/null.rb

Instance Method Summary collapse

Instance Method Details

#count(_key, _count, _tags) ⇒ Object



4
# File 'lib/temporal/metrics_adapters/null.rb', line 4

def count(_key, _count, _tags); end

#gauge(_key, _value, _tags) ⇒ Object



5
# File 'lib/temporal/metrics_adapters/null.rb', line 5

def gauge(_key, _value, _tags); end

#timing(_key, _time, _tags) ⇒ Object



6
# File 'lib/temporal/metrics_adapters/null.rb', line 6

def timing(_key, _time, _tags); end