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.
-
#total_workers ⇒ Object
Returns the value of attribute total_workers.
Instance Attribute Details
#by_host ⇒ Object
Returns the value of attribute by_host
14 15 16 |
# File 'lib/sidekiq/prometheus/exporter/standard.rb', line 14 def by_host @by_host end |
#by_queue ⇒ Object
Returns the value of attribute by_queue
14 15 16 |
# File 'lib/sidekiq/prometheus/exporter/standard.rb', line 14 def by_queue @by_queue end |
#total_workers ⇒ Object
Returns the value of attribute total_workers
14 15 16 |
# File 'lib/sidekiq/prometheus/exporter/standard.rb', line 14 def total_workers @total_workers end |