From c21c3b0befeb46a51b6bf3758ffa30813bea0ff0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 9 Mar 2024 14:19:22 +0100 Subject: Adding upstream version 1.44.3. Signed-off-by: Daniel Baumann --- .../cgroups.plugin/integrations/virtual_machines.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'collectors/cgroups.plugin/integrations/virtual_machines.md') diff --git a/collectors/cgroups.plugin/integrations/virtual_machines.md b/collectors/cgroups.plugin/integrations/virtual_machines.md index 3bb79c128..6a64923c4 100644 --- a/collectors/cgroups.plugin/integrations/virtual_machines.md +++ b/collectors/cgroups.plugin/integrations/virtual_machines.md @@ -4,6 +4,7 @@ meta_yaml: "https://github.com/netdata/netdata/edit/master/collectors/cgroups.pl sidebar_label: "Virtual Machines" learn_status: "Published" learn_rel_path: "Data Collection/Containers and VMs" +most_popular: True message: "DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE COLLECTOR'S metadata.yaml FILE" endmeta--> @@ -60,8 +61,8 @@ Labels: | Label | Description | |:-----------|:----------------| -| container_name | TBD | -| image | TBD | +| container_name | The container name or group path if name resolution fails. | +| image | Docker/Podman container image name. | Metrics: @@ -99,6 +100,7 @@ Metrics: | cgroup.io_some_pressure_stall_time | time | ms | | cgroup.io_full_pressure | some10, some60, some300 | percentage | | cgroup.io_full_pressure_stall_time | time | ms | +| cgroup.pids_current | pids | pids | ### Per cgroup network device @@ -108,10 +110,11 @@ Labels: | Label | Description | |:-----------|:----------------| -| container_name | TBD | -| image | TBD | -| device | TBD | -| interface_type | TBD | +| container_name | The container name or group path if name resolution fails. | +| image | Docker/Podman container image name. | +| device | The name of the host network interface linked to the container's network interface. | +| container_device | Container network interface name. | +| interface_type | Network interface type. Always "virtual" for the containers. | Metrics: -- cgit v1.2.3