module Metriks::Reporter::NewRelic

Constants

VERSION

Public Instance Methods

restart() click to toggle source
# File lib/metriks/reporter/new_relic.rb, line 18
def restart
  # not yet able
end
start() click to toggle source
# File lib/metriks/reporter/new_relic.rb, line 10
def start
  ::NewRelic::Agent.instance.stats_engine.add_harvest_sampler(Sampler.new)
end
stop() click to toggle source
# File lib/metriks/reporter/new_relic.rb, line 14
def stop
  # not yet able
end