Class OciIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.OciIncubatingAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>The digest of the OCI image manifest. -
Method Summary
-
Field Details
-
OCI_MANIFEST_DIGEST
The digest of the OCI image manifest. For container images specifically is the digest by which the container image is known.Notes:
Follows OCI Image Manifest Specification, and specifically the Digest property. An example can be found in Example Image Manifest.
-