Class: SidekiqQueueStatus::Metric::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/sidekiq_queue_status/metric.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



3
4
5
# File 'lib/sidekiq_queue_status/metric.rb', line 3

def errors
  @errors
end

#failure_rateObject

Returns the value of attribute failure_rate

Returns:

  • (Object)

    the current value of failure_rate



3
4
5
# File 'lib/sidekiq_queue_status/metric.rb', line 3

def failure_rate
  @failure_rate
end

#latenciesObject

Returns the value of attribute latencies

Returns:

  • (Object)

    the current value of latencies



3
4
5
# File 'lib/sidekiq_queue_status/metric.rb', line 3

def latencies
  @latencies
end