Class: Meter::Metric::Log

Inherits:
Base
  • Object
show all
Defined in:
lib/meter/metric/log.rb

Instance Attribute Summary

Attributes inherited from Base

#data, #name, #sample_rate, #tags, #value

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Meter::Metric::Base

Instance Method Details

#typeObject



5
6
7
# File 'lib/meter/metric/log.rb', line 5

def type
  :log
end