opentelemetry_semantic_conventions::attribute

Constant CONTAINER_IMAGE_REPO_DIGESTS

source
pub const CONTAINER_IMAGE_REPO_DIGESTS: &str = "container.image.repo_digests";
Expand description

Repo digests of the container image as provided by the container runtime.

§Notes

Docker and CRI report those under the RepoDigests field.

§Examples

  • "example@sha256:afcc7f1ac1b49db317a7196c902e61c6c3c4607d63599ee1a82d702d249a0ccb"
  • "internal.registry.example.com:5000/example@sha256:b69959407d21e8a062e0416bf13405bb2b71ed7a84dde4158ebafacfa06f5578"