Class: NewRelic::Agent::ShimAgent
- Inherits:
-
Agent
- Object
- Agent
- NewRelic::Agent::ShimAgent
show all
- Defined in:
- lib/new_relic/agent/shim_agent.rb
Instance Attribute Summary
#beacon_configuration, #error_collector, #metric_ids, #obfuscator, #record_sql, #service, #sql_sampler, #stats_engine, #thread_profiler, #transaction_sampler, #url_rules
#connect_attempts, #connect_retry_period
Class Method Summary
collapse
Instance Method Summary
collapse
#config, #reset_config
#instance
beacon_url, browser_monitoring_app_time, browser_monitoring_queue_time, browser_monitoring_start_time, browser_monitoring_transaction_name, clamp_to_positive, current_metric_frame, insert_mobile_response_header, mobile_header_found_in?, obfuscate
#connected?, #end_transaction, #forked?, #log, #record_transaction, #reset_stats, #set_record_sql, #set_record_tt, #start_transaction, #started?, #unsent_errors_size, #unsent_timeslice_data, #unsent_traces_size
#apdex_f, #connect_settings, #connect_to_server, #disconnect, #environment_for_connect, #finish_setup, #get_retry_period, #handle_license_error, #increment_retry_period!, #log_collector_messages, #log_connection!, #log_error, #log_seed_token, #query_server_for_configuration, #should_keep_retrying?, #should_retry?, #tried_to_connect?, #validate_settings
#catch_errors, #create_and_run_worker_loop, #deferred_work!, #handle_force_disconnect, #handle_force_restart, #handle_other_error, #handle_server_connection_problem, #log_worker_loop_start
#already_started?, #check_config_and_start_agent, #connect_in_foreground, #correct_license_length, #disabled?, #has_correct_license_key?, #has_license_key?, #install_exit_handler, #log_app_names, #log_dispatcher, #log_if, #log_unless, #log_version_and_pid, #monitoring?, #notify_log_file_location, #using_forking_dispatcher?, #using_sinatra?, #weird_ruby?
Constructor Details
Returns a new instance of ShimAgent.
Class Method Details
.instance ⇒ Object
7
8
9
|
# File 'lib/new_relic/agent/shim_agent.rb', line 7
def self.instance
@instance ||= self.new
end
|
Instance Method Details
#after_fork(*args) ⇒ Object
18
|
# File 'lib/new_relic/agent/shim_agent.rb', line 18
def after_fork *args; end
|
26
|
# File 'lib/new_relic/agent/shim_agent.rb', line 26
def ; "" end
|
25
|
# File 'lib/new_relic/agent/shim_agent.rb', line 25
def ; "" end
|
#merge_data_from(*args) ⇒ Object
22
|
# File 'lib/new_relic/agent/shim_agent.rb', line 22
def merge_data_from *args; end
|
#pop_trace_execution_flag(*args) ⇒ Object
24
|
# File 'lib/new_relic/agent/shim_agent.rb', line 24
def pop_trace_execution_flag *args; end
|
#push_trace_execution_flag(*args) ⇒ Object
23
|
# File 'lib/new_relic/agent/shim_agent.rb', line 23
def push_trace_execution_flag *args; end
|
#serialize ⇒ Object
21
|
# File 'lib/new_relic/agent/shim_agent.rb', line 21
def serialize; end
|
#shutdown(*args) ⇒ Object
20
|
# File 'lib/new_relic/agent/shim_agent.rb', line 20
def shutdown *args; end
|
#start(*args) ⇒ Object
19
|
# File 'lib/new_relic/agent/shim_agent.rb', line 19
def start *args; end
|