Class: Datadog::Core::Environment::Container::Descriptor

Inherits:
Struct
  • Object
show all
Defined in:
lib/datadog/core/environment/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



18
19
20
# File 'lib/datadog/core/environment/container.rb', line 18

def container_id
  @container_id
end

#platformObject

Returns the value of attribute platform

Returns:

  • (Object)

    the current value of platform



18
19
20
# File 'lib/datadog/core/environment/container.rb', line 18

def platform
  @platform
end

#task_uidObject

Returns the value of attribute task_uid

Returns:

  • (Object)

    the current value of task_uid



18
19
20
# File 'lib/datadog/core/environment/container.rb', line 18

def task_uid
  @task_uid
end