Class: Fluent::MetricSenseOutput::AverageUpdater

Inherits:
MaxUpdater
  • Object
show all
Defined in:
lib/fluent/plugin/out_metricsense.rb

Instance Attribute Summary

Attributes inherited from MaxUpdater

#value

Instance Method Summary collapse

Methods inherited from MaxUpdater

#add, #initialize, #normalized_value

Constructor Details

This class inherits a constructor from Fluent::MetricSenseOutput::MaxUpdater

Instance Method Details

#modeObject



252
253
254
# File 'lib/fluent/plugin/out_metricsense.rb', line 252

def mode
  UpdateMode::AVERAGE
end