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



16
17
18
# File 'lib/datadog/core/environment/cgroup.rb', line 16

def controllers
  @controllers
end

#groupsObject

Returns the value of attribute groups

Returns:

  • (Object)

    the current value of groups



16
17
18
# File 'lib/datadog/core/environment/cgroup.rb', line 16

def groups
  @groups
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



16
17
18
# File 'lib/datadog/core/environment/cgroup.rb', line 16

def id
  @id
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



16
17
18
# File 'lib/datadog/core/environment/cgroup.rb', line 16

def path
  @path
end