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



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

def controllers
  @controllers
end

#groupsObject

Returns the value of attribute groups

Returns:

  • (Object)

    the current value of groups



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

def groups
  @groups
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end