Class: Datadog::Core::Environment::Cgroup::Descriptor

Inherits:
Struct
  • Object
show all
Defined in:
lib/datadog/core/environment/cgroup.rb

Instance Attribute Summary collapse

Instance Attribute Details

#controllersObject

Returns the value of attribute controllers

Returns:

  • (Object)

    the current value of controllers



13
14
15
# File 'lib/datadog/core/environment/cgroup.rb', line 13

def controllers
  @controllers
end

#groupsObject

Returns the value of attribute groups

Returns:

  • (Object)

    the current value of groups



13
14
15
# File 'lib/datadog/core/environment/cgroup.rb', line 13

def groups
  @groups
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



13
14
15
# File 'lib/datadog/core/environment/cgroup.rb', line 13

def id
  @id
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



13
14
15
# File 'lib/datadog/core/environment/cgroup.rb', line 13

def path
  @path
end