View Source OpenTelemetry.SemConv.Incubating.OCIAttributes (OpenTelemetry.SemConv v1.27.0)
OpenTelemetry Semantic Conventions for OCI attributes.
Summary
Functions
The digest of the OCI image manifest. For container images specifically is the digest by which the container image is known.
Functions
@spec oci_manifest_digest() :: :"oci.manifest.digest"
The digest of the OCI image manifest. For container images specifically is the digest by which the container image is known.
Value type
Value must be of type atom() | String.t()
.
Notes
Follows OCI Image Manifest Specification, and specifically the Digest property.
An example can be found in Example Image Manifest.
Examples
["sha256:e4ca62c0d62f3e886e684806dfe9d4e0cda60d54986898173c1083856cfda0f4"]
iex> OpenTelemetry.SemConv.Incubating.OCIAttributes.oci_manifest_digest()
:"oci.manifest.digest"
?OCI_MANIFEST_DIGEST.
'oci.manifest.digest'