From df56f9f55625860a2e402e0e57cb10034dffc187 Mon Sep 17 00:00:00 2001 From: ascii766164696D Date: Mon, 17 Aug 2026 16:51:23 -0700 Subject: [PATCH] Add descriptions to metrics for CPU and memory partial stalls these 3 are getting reported but are missing from https://docs.datadoghq.com/integrations/container/ --- container/metadata.csv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/container/metadata.csv b/container/metadata.csv index aac6e2b069fca..3432a3e713fb0 100644 --- a/container/metadata.csv +++ b/container/metadata.csv @@ -1,10 +1,12 @@ metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name,curated_metric,sample_tags container.cpu.limit,gauge,,nanocore,,The maximum CPU time available to the container,0,container,cpu_limit,, +container.cpu.partial_stall,gauge,,nanosecond,,Total time at least one task in the container was stalled on CPU (PSI some; cgroupv2 Linux only),0,container,cpu_partial_stall,, container.cpu.system,gauge,,nanocore,,The container system CPU usage,0,container,cpu_system,, container.cpu.throttled,gauge,,nanosecond,,The total cpu throttled time,0,container,cpu_throttled,, container.cpu.throttled.periods,gauge,,,,The number of periods during which the container was throttled,0,container,cpu_throttled_periods,, container.cpu.usage,gauge,,nanocore,,The container total CPU Usage,0,container,cpu_total,, container.cpu.user,gauge,,nanocore,,The container userspace CPU usage,0,container,cpu_user,, +container.io.partial_stall,gauge,,nanosecond,,Total time at least one task in the container was stalled on IO (PSI some; cgroupv2 Linux only),0,container,io_partial_stall,, container.io.read,gauge,,byte,,The number of bytes read from disks by this container,0,container,io_read,, container.io.read.operations,gauge,,,,The number of read operations done by this container,0,container,io_read_ops,, container.io.write,gauge,,byte,,The number of bytes written to disks by this container,0,container,io_write,, @@ -25,6 +27,7 @@ container.memory.major_page_faults,count,,,,Number of major page faults incurred container.memory.oom_events,gauge,,,,The number of OOM events triggered by the container,0,container,mem_oom_events,, container.memory.page_faults,count,,,,Total number of page faults incurred,0,container,pgfault,, container.memory.page_tables,gauge,,byte,,The container memory allocated for page tables (requires extended_memory_metrics flag in the check config),0,container,mem_pagetables,, +container.memory.partial_stall,gauge,,nanosecond,,Total time at least one task in the container was stalled on memory (PSI some; cgroupv2 Linux only),0,container,memory_partial_stall,, container.memory.refault_anon,count,,byte,,The number of refaults of previously evicted anonymous pages (requires extended_memory_metrics flag in the check config),-1,container,mem_refault_anon,, container.memory.refault_file,count,,byte,,The number of refaults of previously evicted file pages (requires extended_memory_metrics flag in the check config),-1,container,mem_refault_page,, container.memory.rss,gauge,,byte,,The container RSS usage,0,container,mem_rss,,