Method: NewRelic::Agent::Transaction#apdex_bucket
- Defined in:
- lib/new_relic/agent/transaction.rb
permalink #apdex_bucket(duration, current_apdex_t) ⇒ Object
824 825 826 |
# File 'lib/new_relic/agent/transaction.rb', line 824 def apdex_bucket(duration, current_apdex_t) self.class.apdex_bucket(duration, had_error_affecting_apdex?, current_apdex_t) end |