Class: OneApm::Collector::Commands::RestartAgent
- Inherits:
-
Object
- Object
- OneApm::Collector::Commands::RestartAgent
- Defined in:
- lib/one_apm/collector/commands/restart_agent.rb
Instance Method Summary collapse
-
#initialize ⇒ RestartAgent
constructor
A new instance of RestartAgent.
Constructor Details
#initialize ⇒ RestartAgent
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 |