Class: Sidekiq::Prometheus::Exporter::Standard::QueueWorkersStats
- Inherits:
-
Struct
- Object
- Struct
- Sidekiq::Prometheus::Exporter::Standard::QueueWorkersStats
- Defined in:
- lib/sidekiq/prometheus/exporter/standard.rb
Instance Attribute Summary collapse
-
#busy_workers ⇒ Object
Returns the value of attribute busy_workers.
-
#processes ⇒ Object
Returns the value of attribute processes.
-
#total_workers ⇒ Object
Returns the value of attribute total_workers.
Instance Attribute Details
#busy_workers ⇒ Object
Returns the value of attribute busy_workers
13 14 15 |
# File 'lib/sidekiq/prometheus/exporter/standard.rb', line 13 def busy_workers @busy_workers end |
#processes ⇒ Object
Returns the value of attribute processes
13 14 15 |
# File 'lib/sidekiq/prometheus/exporter/standard.rb', line 13 def processes @processes end |
#total_workers ⇒ Object
Returns the value of attribute total_workers
13 14 15 |
# File 'lib/sidekiq/prometheus/exporter/standard.rb', line 13 def total_workers @total_workers end |