Class: Sidekiq::Prometheus::Exporter::Scheduler::Stats
- Inherits:
-
Struct
- Object
- Struct
- Sidekiq::Prometheus::Exporter::Scheduler::Stats
- Defined in:
- lib/sidekiq/prometheus/exporter/scheduler.rb
Instance Attribute Summary collapse
-
#enabled_jobs_count ⇒ Object
Returns the value of attribute enabled_jobs_count.
-
#jobs_count ⇒ Object
Returns the value of attribute jobs_count.
-
#last_runs ⇒ Object
Returns the value of attribute last_runs.
Instance Attribute Details
#enabled_jobs_count ⇒ Object
Returns the value of attribute enabled_jobs_count
13 14 15 |
# File 'lib/sidekiq/prometheus/exporter/scheduler.rb', line 13 def enabled_jobs_count @enabled_jobs_count end |
#jobs_count ⇒ Object
Returns the value of attribute jobs_count
13 14 15 |
# File 'lib/sidekiq/prometheus/exporter/scheduler.rb', line 13 def jobs_count @jobs_count end |
#last_runs ⇒ Object
Returns the value of attribute last_runs
13 14 15 |
# File 'lib/sidekiq/prometheus/exporter/scheduler.rb', line 13 def last_runs @last_runs end |