Class: TingYun::Agent::TransactionTimings::Timings

Inherits:
Struct
  • Object
show all
Defined in:
lib/ting_yun/agent/transaction/transaction_timings.rb

Instance Attribute Summary collapse

Instance Attribute Details

#external_durationObject

Returns the value of attribute external_duration

Returns:

  • (Object)

    the current value of external_duration



9
10
11
# File 'lib/ting_yun/agent/transaction/transaction_timings.rb', line 9

def external_duration
  @external_duration
end

#mc_durationObject

Returns the value of attribute mc_duration

Returns:

  • (Object)

    the current value of mc_duration



9
10
11
# File 'lib/ting_yun/agent/transaction/transaction_timings.rb', line 9

def mc_duration
  @mc_duration
end

#mon_durationObject

Returns the value of attribute mon_duration

Returns:

  • (Object)

    the current value of mon_duration



9
10
11
# File 'lib/ting_yun/agent/transaction/transaction_timings.rb', line 9

def mon_duration
  @mon_duration
end

#rds_durationObject

Returns the value of attribute rds_duration

Returns:

  • (Object)

    the current value of rds_duration



9
10
11
# File 'lib/ting_yun/agent/transaction/transaction_timings.rb', line 9

def rds_duration
  @rds_duration
end

#sql_durationObject

Returns the value of attribute sql_duration

Returns:

  • (Object)

    the current value of sql_duration



9
10
11
# File 'lib/ting_yun/agent/transaction/transaction_timings.rb', line 9

def sql_duration
  @sql_duration
end