class OneApm::Collector::Commands::RestartAgent

Public Class Methods

new() click to toggle source
# File lib/one_apm/collector/commands/restart_agent.rb, line 10
def initialize
  OneApm::Agent::RestartMonitor.touch
end