Class: Datadog::Runtime::Container::Descriptor

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

Instance Attribute Summary collapse

Instance Attribute Details

#container_idObject

Returns the value of attribute container_id

Returns:

  • (Object)

    the current value of container_id



14
15
16
# File 'lib/ddtrace/runtime/container.rb', line 14

def container_id
  @container_id
end

#platformObject

Returns the value of attribute platform

Returns:

  • (Object)

    the current value of platform



14
15
16
# File 'lib/ddtrace/runtime/container.rb', line 14

def platform
  @platform
end

#task_uidObject

Returns the value of attribute task_uid

Returns:

  • (Object)

    the current value of task_uid



14
15
16
# File 'lib/ddtrace/runtime/container.rb', line 14

def task_uid
  @task_uid
end