Class NewRelic::Agent::Stats
In: lib/new_relic/agent/stats.rb
Parent: Object

Methods

External Aliases

call_count -> apdex_s
  Apdex-related accessors
total_call_time -> apdex_t
total_exclusive_time -> apdex_f

Attributes

call_count  [RW] 
max_call_time  [RW] 
min_call_time  [RW] 
sum_of_squares  [RW] 
total_call_time  [RW] 
total_exclusive_time  [RW] 

Public Class methods

Public Instance methods

increments the call_count by one

Concerned about implicit usage of inspect relying on stats format, so putting back a version to get full inspection as separate method

record a single data point into the statistical gatherer. The gatherer will aggregate all data points collected over a specified period and upload its data to the NewRelic server

trace_call(value, exclusive_time = value)

Alias for record_data_point

Protected Instance methods

[Validate]