Method: NewRelic::Agent::Transaction#apdex_t

Defined in:
lib/new_relic/agent/transaction.rb

#apdex_tObject

[View source]

855
856
857
# File 'lib/new_relic/agent/transaction.rb', line 855

def apdex_t
  transaction_specific_apdex_t || Agent.config[:apdex_t]
end