Module container

Module container 

Source
Expand description

Container fields are used for meta information about the specific container that is the source of information. These fields help correlate data based containers from any runtime.

Constantsยง

CONTAINER_CPU_USAGE
Percent CPU used which is normalized by the number of CPU cores and it ranges from 0 to 1. Scaling factor: 1000.
CONTAINER_DISK_READ_BYTES
The total number of bytes (gauge) read successfully (aggregated from all disks) since the last metric collection.
CONTAINER_DISK_WRITE_BYTES
The total number of bytes (gauge) written successfully (aggregated from all disks) since the last metric collection.
CONTAINER_ID
Unique container id.
CONTAINER_IMAGE_HASH_ALL
An array of digests of the image the container was built on. Each digest consists of the hash algorithm and value in this format: algorithm:value. Algorithm names should align with the field names in the ECS hash field set.
CONTAINER_IMAGE_NAME
Name of the image the container was built on.
CONTAINER_IMAGE_TAG
Container image tags.
CONTAINER_LABELS
Image labels.
CONTAINER_MEMORY_USAGE
Memory usage percentage and it ranges from 0 to 1. Scaling factor: 1000.
CONTAINER_NAME
Container name.
CONTAINER_NETWORK_EGRESS_BYTES
The number of bytes (gauge) sent out on all network interfaces by the container since the last metric collection.
CONTAINER_NETWORK_INGRESS_BYTES
The number of bytes received (gauge) on all network interfaces by the container since the last metric collection.
CONTAINER_RUNTIME
Runtime managing this container.
CONTAINER_SECURITY_CONTEXT_PRIVILEGED
Indicates whether the container is running in privileged mode.