Class: SolidApm::TransactionsController::TransactionAggregation

Inherits:
Struct
  • Object
show all
Defined in:
app/controllers/solid_apm/transactions_controller.rb

Instance Attribute Summary collapse

Instance Attribute Details

#impactObject

Returns the value of attribute impact

Returns:

  • (Object)

    the current value of impact



5
6
7
# File 'app/controllers/solid_apm/transactions_controller.rb', line 5

def impact
  @impact
end

#latencyObject

Returns the value of attribute latency

Returns:

  • (Object)

    the current value of latency



5
6
7
# File 'app/controllers/solid_apm/transactions_controller.rb', line 5

def latency
  @latency
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'app/controllers/solid_apm/transactions_controller.rb', line 5

def name
  @name
end

#percentile_95Object

Returns the value of attribute percentile_95

Returns:

  • (Object)

    the current value of percentile_95



5
6
7
# File 'app/controllers/solid_apm/transactions_controller.rb', line 5

def percentile_95
  @percentile_95
end

#tmpObject

Returns the value of attribute tmp

Returns:

  • (Object)

    the current value of tmp



5
6
7
# File 'app/controllers/solid_apm/transactions_controller.rb', line 5

def tmp
  @tmp
end