| Field |
Internal name |
Type |
Warn |
Crit |
Info |
| Intermediate images |
intermediate_quantity |
gauge |
|
|
All unused images can be deleted with `docker image prune --all` |
| Images |
images_quantity |
gauge |
|
|
Images can be used in containers with `docker container create --name <NAME> <IMAGE_ID >` or `docker container run --name <NAME> <IMAGE_ID> <COMMAND>` |
|
This field has the following extra information: sha256:a5271bbd60 (percona/pmm-server:3, 2025-03-26T14:41:39.446051967Z, 2518.68 MiB)
|
| Dangling images |
dangling_quantity |
gauge |
10 |
|
Dangling images can be deleted with `docker image prune`or tagged with `docker image tag <IMAGE_ID> <NAME>` |