Service graphs
|
|
|
|
Graph Information
| 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:d440d6e9fe (docker.dragonflydb.io/dragonflydb/dragonfly:latest, 2025-08-21T10:22:49.120489983Z, 119.74 MiB), sha256:6cf61e55db (ghcr.io/sturdystubs/aioegg:production, 2025-11-08T06:23:55.553110035Z, 345.88 MiB) | |||||
| Dangling images | dangling_quantity | gauge | 250 | Dangling images can be deleted with `docker image prune`or tagged with `docker image tag <IMAGE_ID> <NAME>` | |