Class: Sidekiq::Prometheus::Exporter::Standard::WorkersStats
- Inherits:
-
Struct
- Object
- Struct
- Sidekiq::Prometheus::Exporter::Standard::WorkersStats
- Defined in:
- lib/sidekiq/prometheus/exporter/standard.rb
Instance Attribute Summary collapse
-
#by_host ⇒ Object
Returns the value of attribute by_host.
-
#by_queue ⇒ Object
Returns the value of attribute by_queue.
-
#leader_lifetime ⇒ Object
Returns the value of attribute leader_lifetime.
-
#total_workers ⇒ Object
Returns the value of attribute total_workers.
Instance Attribute Details
#by_host ⇒ Object
Returns the value of attribute by_host
23 24 25 |
# File 'lib/sidekiq/prometheus/exporter/standard.rb', line 23 def by_host @by_host end |
#by_queue ⇒ Object
Returns the value of attribute by_queue
23 24 25 |
# File 'lib/sidekiq/prometheus/exporter/standard.rb', line 23 def by_queue @by_queue end |
#leader_lifetime ⇒ Object
Returns the value of attribute leader_lifetime
23 24 25 |
# File 'lib/sidekiq/prometheus/exporter/standard.rb', line 23 def leader_lifetime @leader_lifetime end |
#total_workers ⇒ Object
Returns the value of attribute total_workers
23 24 25 |
# File 'lib/sidekiq/prometheus/exporter/standard.rb', line 23 def total_workers @total_workers end |