Method: NewRelic::Agent::Configuration::Manager#notify_finished_configuring

Defined in:
lib/new_relic/agent/configuration/manager.rb

#notify_finished_configuringObject

This event is intended to be fired once during the entire lifespan of an agent run, after the server source has been applied for the first time. This should indicate that all configuration has been applied, and the main functions of the agent are safe to start.

[View source]

234
235
236
# File 'lib/new_relic/agent/configuration/manager.rb', line 234

def notify_finished_configuring
  NewRelic::Agent.instance.events.notify(:initial_configuration_complete)
end