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.