Class: Sidekiq::Prometheus::Exporter::Standard::HostStats
- Inherits:
-
Struct
- Object
- Struct
- Sidekiq::Prometheus::Exporter::Standard::HostStats
- Defined in:
- lib/sidekiq/prometheus/exporter/standard.rb
Instance Attribute Summary collapse
-
#by_quiet ⇒ Object
Returns the value of attribute by_quiet.
-
#memory_usage ⇒ Object
Returns the value of attribute memory_usage.
Instance Attribute Details
#by_quiet ⇒ Object
Returns the value of attribute by_quiet
18 19 20 |
# File 'lib/sidekiq/prometheus/exporter/standard.rb', line 18 def by_quiet @by_quiet end |
#memory_usage ⇒ Object
Returns the value of attribute memory_usage
18 19 20 |
# File 'lib/sidekiq/prometheus/exporter/standard.rb', line 18 def memory_usage @memory_usage end |