Class: Sidekiq::Prometheus::Exporter::Standard::JobStats
- Inherits:
-
Struct
- Object
- Struct
- Sidekiq::Prometheus::Exporter::Standard::JobStats
- Defined in:
- lib/sidekiq/prometheus/exporter/standard.rb
Instance Attribute Summary collapse
-
#execution_time ⇒ Object
Returns the value of attribute execution_time.
-
#failed ⇒ Object
Returns the value of attribute failed.
-
#processed ⇒ Object
Returns the value of attribute processed.
Instance Attribute Details
#execution_time ⇒ Object
Returns the value of attribute execution_time
28 29 30 |
# File 'lib/sidekiq/prometheus/exporter/standard.rb', line 28 def execution_time @execution_time end |
#failed ⇒ Object
Returns the value of attribute failed
28 29 30 |
# File 'lib/sidekiq/prometheus/exporter/standard.rb', line 28 def failed @failed end |
#processed ⇒ Object
Returns the value of attribute processed
28 29 30 |
# File 'lib/sidekiq/prometheus/exporter/standard.rb', line 28 def processed @processed end |