Class: NewRelic::Agent::TransactionTimeAggregator::TransactionStats

Inherits:
Struct
  • Object
show all
Defined in:
lib/new_relic/agent/transaction_time_aggregator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#elapsed_transaction_timeObject

Returns the value of attribute elapsed_transaction_time

Returns:

  • (Object)

    the current value of elapsed_transaction_time



15
16
17
# File 'lib/new_relic/agent/transaction_time_aggregator.rb', line 15

def elapsed_transaction_time
  @elapsed_transaction_time
end

#transaction_started_atObject

Returns the value of attribute transaction_started_at

Returns:

  • (Object)

    the current value of transaction_started_at



15
16
17
# File 'lib/new_relic/agent/transaction_time_aggregator.rb', line 15

def transaction_started_at
  @transaction_started_at
end