The Containers table provides real-time visibility into all containers across your environment monitored by Datadog. Each row represents a container and includes metadata about resource limits (CPU, memory, threads), lifecycle timestamps (creation and start times), orchestration platform details, container images, and associated tags. This table enables you to monitor container health and performance, track resource allocation across your containerized workloads, correlate containers with their host infrastructure, and gain insights into your Docker, Kubernetes, ECS, and other container orchestration environments. The Datadog Agent automatically discovers and monitors all containers on each host.

dd.containers

Fields

TitleIDTypeData TypeDescription
CPU Limitcpu_limitcorestringThe maximum CPU resources allocated to the container.
Creation Timestampcreated_atcoretimestampThe timestamp when the container was created.
HostnamehostnamecorestringThe hostname of the host running the container.
Container IDidcorestringThe unique identifier of the container.
Container ImageimagecorestringThe container image name and tag used to run the container.
Memory Limitmemory_limitcoreint64The maximum memory resources allocated to the container, in bytes.
Container NamenamecorestringThe name assigned to the container.
OrchestratororchestratorcorestringThe container orchestration platform managing the container, such as Kubernetes, ECS, or Docker.
Start Timestampstarted_atcoretimestampThe timestamp when the container was started.
Resource TagstagscorehstoreThis field contains tags represented as key-value pairs, used to categorize and provide metadata about the container.
Thread Limitthread_limitcoreint64The maximum number of threads allocated to the container.
Container TypetypecorestringSpecifies the type of container runtime or technology used.