webengine_attributes.h 863 B

123456789101112131415161718192021222324252627282930313233343536373839
  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 webengine
  16. {
  17. /**
  18. Additional description of the web engine (e.g. detailed version and edition information).
  19. */
  20. static constexpr const char *kWebengineDescription = "webengine.description";
  21. /**
  22. The name of the web engine.
  23. */
  24. static constexpr const char *kWebengineName = "webengine.name";
  25. /**
  26. The version of the web engine.
  27. */
  28. static constexpr const char *kWebengineVersion = "webengine.version";
  29. } // namespace webengine
  30. } // namespace semconv
  31. OPENTELEMETRY_END_NAMESPACE