module Mmtrix::Agent::StatsEngine::Samplers

Public Instance Methods

add_harvest_sampler() click to toggle source
# File lib/mmtrix/agent/stats_engine/samplers.rb, line 16
def add_harvest_sampler
  Mmtrix::Agent.logger.warn("Ignoring request to add harvest sampler - add_harvest_sampler is deprecated")
end
add_sampler(*args) click to toggle source
# File lib/mmtrix/agent/stats_engine/samplers.rb, line 12
def add_sampler(*args)
  Mmtrix::Agent.logger.warn("Ignoring request to add periodic sampler - add_sampler is deprecated")
end