Class: Datadog::Runtime::Cgroup::Descriptor

Inherits:
Struct
  • Object
show all
Defined in:
lib/ddtrace/runtime/cgroup.rb

Instance Attribute Summary collapse

Instance Attribute Details

#controllersObject

Returns the value of attribute controllers

Returns:

  • (Object)

    the current value of controllers



9
10
11
# File 'lib/ddtrace/runtime/cgroup.rb', line 9

def controllers
  @controllers
end

#groupsObject

Returns the value of attribute groups

Returns:

  • (Object)

    the current value of groups



9
10
11
# File 'lib/ddtrace/runtime/cgroup.rb', line 9

def groups
  @groups
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/ddtrace/runtime/cgroup.rb', line 9

def id
  @id
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



9
10
11
# File 'lib/ddtrace/runtime/cgroup.rb', line 9

def path
  @path
end