oci_attributes.h 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. /*
  2. * Copyright The OpenTelemetry Authors
  3. * SPDX-License-Identifier: Apache-2.0
  4. */
  5. /*
  6. * DO NOT EDIT, this is an Auto-generated file from:
  7. * buildscripts/semantic-convention/templates/registry/semantic_attributes-h.j2
  8. */
  9. #pragma once
  10. #include "opentelemetry/common/macros.h"
  11. #include "opentelemetry/version.h"
  12. OPENTELEMETRY_BEGIN_NAMESPACE
  13. namespace semconv
  14. {
  15. namespace oci
  16. {
  17. /**
  18. The digest of the OCI image manifest. For container images specifically is the digest by which the
  19. container image is known. <p> Follows <a
  20. href="https://github.com/opencontainers/image-spec/blob/main/manifest.md">OCI Image Manifest
  21. Specification</a>, and specifically the <a
  22. href="https://github.com/opencontainers/image-spec/blob/main/descriptor.md#digests">Digest
  23. property</a>. An example can be found in <a
  24. href="https://github.com/opencontainers/image-spec/blob/main/manifest.md#example-image-manifest">Example
  25. Image Manifest</a>.
  26. */
  27. static constexpr const char *kOciManifestDigest = "oci.manifest.digest";
  28. } // namespace oci
  29. } // namespace semconv
  30. OPENTELEMETRY_END_NAMESPACE