Class OciIncubatingAttributes

java.lang.Object
io.opentelemetry.semconv.incubating.OciIncubatingAttributes

public final class OciIncubatingAttributes extends Object
  • Field Details

    • OCI_MANIFEST_DIGEST

      public static final io.opentelemetry.api.common.AttributeKey<String> 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.