Class: LogStash::Instrument::PeriodicPoller::Os

Inherits:
Base
  • Object
show all
Defined in:
lib/logstash/instrument/periodic_poller/os.rb

Constant Summary

Constants inherited from Base

Base::DEFAULT_OPTIONS

Instance Method Summary collapse

Methods inherited from Base

#start, #stop, #update

Methods included from Util::Loggable

included, #logger, #slow_logger

Constructor Details

#initialize(metric, options = {}) ⇒ Os

Returns a new instance of Os.



6
7
8
# File 'lib/logstash/instrument/periodic_poller/os.rb', line 6

def initialize(metric, options = {})
  super(metric, options)
end

Instance Method Details

#collectObject



10
11
# File 'lib/logstash/instrument/periodic_poller/os.rb', line 10

def collect
end