Module: LogStash::Instrument::PeriodicPoller::Cgroup::ControllerResource

Included in:
CpuAcctResource, CpuResource
Defined in:
lib/logstash/instrument/periodic_poller/cgroup.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#base_pathObject (readonly)

Returns the value of attribute base_path.



76
77
78
# File 'lib/logstash/instrument/periodic_poller/cgroup.rb', line 76

def base_path
  @base_path
end

#offset_pathObject (readonly)

Returns the value of attribute offset_path.



76
77
78
# File 'lib/logstash/instrument/periodic_poller/cgroup.rb', line 76

def offset_path
  @offset_path
end

#overrideObject (readonly)

Returns the value of attribute override.



76
77
78
# File 'lib/logstash/instrument/periodic_poller/cgroup.rb', line 76

def override
  @override
end

Instance Method Details

#implemented?Boolean

Returns:

  • (Boolean)


77
78
79
# File 'lib/logstash/instrument/periodic_poller/cgroup.rb', line 77

def implemented?
  true
end