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