Class: Metrux::Plugins::Thread
- Inherits:
-
PeriodicGauge
- Object
- PeriodicGauge
- Metrux::Plugins::Thread
- Defined in:
- lib/metrux/plugins/thread.rb
Instance Method Summary collapse
Methods inherited from PeriodicGauge
Constructor Details
This class inherits a constructor from Metrux::Plugins::PeriodicGauge
Instance Method Details
#data ⇒ Object
4 5 6 |
# File 'lib/metrux/plugins/thread.rb', line 4 def data { count: ::Thread.list.count } end |
#key ⇒ Object
8 9 10 |
# File 'lib/metrux/plugins/thread.rb', line 8 def key 'thread'.freeze end |