Class: SolidApm::TransactionsController::TransactionAggregation
- Inherits:
-
Struct
- Object
- Struct
- SolidApm::TransactionsController::TransactionAggregation
- Defined in:
- app/controllers/solid_apm/transactions_controller.rb
Instance Attribute Summary collapse
-
#impact ⇒ Object
Returns the value of attribute impact.
-
#latency ⇒ Object
Returns the value of attribute latency.
-
#name ⇒ Object
Returns the value of attribute name.
-
#percentile_95 ⇒ Object
Returns the value of attribute percentile_95.
-
#tmp ⇒ Object
Returns the value of attribute tmp.
Instance Attribute Details
#impact ⇒ Object
Returns the value of attribute impact
5 6 7 |
# File 'app/controllers/solid_apm/transactions_controller.rb', line 5 def impact @impact end |
#latency ⇒ Object
Returns the value of attribute latency
5 6 7 |
# File 'app/controllers/solid_apm/transactions_controller.rb', line 5 def latency @latency end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'app/controllers/solid_apm/transactions_controller.rb', line 5 def name @name end |
#percentile_95 ⇒ Object
Returns the value of attribute percentile_95
5 6 7 |
# File 'app/controllers/solid_apm/transactions_controller.rb', line 5 def percentile_95 @percentile_95 end |
#tmp ⇒ Object
Returns the value of attribute tmp
5 6 7 |
# File 'app/controllers/solid_apm/transactions_controller.rb', line 5 def tmp @tmp end |