| Class | NewRelic::Agent::Stats |
| In: |
lib/new_relic/agent/stats.rb
|
| Parent: | Object |
| call_count | -> | apdex_s |
| Apdex-related accessors | ||
| total_call_time | -> | apdex_t |
| total_exclusive_time | -> | apdex_f |
| call_count | [RW] | |
| max_call_time | [RW] | |
| min_call_time | [RW] | |
| sum_of_squares | [RW] | |
| total_call_time | [RW] | |
| total_exclusive_time | [RW] |
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