Class: Meter::Metric::Histogram
- Defined in:
- lib/meter/metric/histogram.rb
Instance Attribute Summary
Attributes inherited from Base
#data, #name, #sample_rate, #tags, #value
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Meter::Metric::Base
Instance Method Details
#type ⇒ Object
5 6 7 |
# File 'lib/meter/metric/histogram.rb', line 5 def type :histogram end |