Class: Sidekiq::Prometheus::Exporter::Standard::JobStats

Inherits:
Struct
  • Object
show all
Defined in:
lib/sidekiq/prometheus/exporter/standard.rb

Instance Attribute Summary collapse

Instance Attribute Details

#execution_timeObject

Returns the value of attribute execution_time

Returns:

  • (Object)

    the current value of execution_time



28
29
30
# File 'lib/sidekiq/prometheus/exporter/standard.rb', line 28

def execution_time
  @execution_time
end

#failedObject

Returns the value of attribute failed

Returns:

  • (Object)

    the current value of failed



28
29
30
# File 'lib/sidekiq/prometheus/exporter/standard.rb', line 28

def failed
  @failed
end

#processedObject

Returns the value of attribute processed

Returns:

  • (Object)

    the current value of processed



28
29
30
# File 'lib/sidekiq/prometheus/exporter/standard.rb', line 28

def processed
  @processed
end