Method: NewRelic::Agent::Transaction#apdex_start
- Defined in:
- lib/new_relic/agent/transaction.rb
permalink #apdex_start ⇒ Object
A Time instance used for calculating the apdex score, which might end up being @start, or it might be further upstream if we can find a request header for the queue entry time
63 64 65 |
# File 'lib/new_relic/agent/transaction.rb', line 63 def apdex_start @apdex_start end |