Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions container/metadata.csv
Original file line number Diff line number Diff line change
@@ -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,,
Expand All @@ -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,,
Expand Down
Loading