Class: SidekiqQueueStatus::Metric::Result
- Inherits:
-
Struct
- Object
- Struct
- SidekiqQueueStatus::Metric::Result
- Defined in:
- lib/sidekiq_queue_status/metric.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#failure_rate ⇒ Object
Returns the value of attribute failure_rate.
-
#latencies ⇒ Object
Returns the value of attribute latencies.
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors
3 4 5 |
# File 'lib/sidekiq_queue_status/metric.rb', line 3 def errors @errors end |
#failure_rate ⇒ Object
Returns the value of attribute failure_rate
3 4 5 |
# File 'lib/sidekiq_queue_status/metric.rb', line 3 def failure_rate @failure_rate end |
#latencies ⇒ Object
Returns the value of attribute latencies
3 4 5 |
# File 'lib/sidekiq_queue_status/metric.rb', line 3 def latencies @latencies end |