Class: OneApm::Collector::Commands::RestartAgent

Inherits:
Object
  • Object
show all
Defined in:
lib/one_apm/collector/commands/restart_agent.rb

Instance Method Summary collapse

Constructor Details

#initializeRestartAgent

Returns a new instance of RestartAgent.



10
11
12
# File 'lib/one_apm/collector/commands/restart_agent.rb', line 10

def initialize
  OneApm::Agent::RestartMonitor.touch
end