schema_url.h 570 B

123456789101112131415161718192021222324
  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/schema_url-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. /**
  16. * The URL of the OpenTelemetry schema for these keys and values.
  17. */
  18. static constexpr const char *kSchemaUrl = "https://opentelemetry.io/schemas/1.34.0";
  19. } // namespace semconv
  20. OPENTELEMETRY_END_NAMESPACE