Class: FnordMetric::AverageMetric

Inherits:
Metric
  • Object
show all
Defined in:
lib/fnordmetric/average_metric.rb

Constant Summary

Constants inherited from Metric

Metric::METRIC_TYPES

Instance Method Summary collapse

Methods inherited from Metric

#at, #current, #events, #events_at, from_options, #initialize, #token

Constructor Details

This class inherits a constructor from FnordMetric::Metric

Instance Method Details

#value_at(time_or_range) ⇒ Object



3
4
5
# File 'lib/fnordmetric/average_metric.rb', line 3

def value_at(time_or_range)
  5.23 #fixme
end