event_attributes.h 705 B

1234567891011121314151617181920212223242526272829303132
  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 event
  16. {
  17. /**
  18. Identifies the class / type of event.
  19. @deprecated
  20. {"note": "Replaced by EventName top-level field on the LogRecord.\n", "reason": "uncategorized"}
  21. */
  22. OPENTELEMETRY_DEPRECATED static constexpr const char *kEventName = "event.name";
  23. } // namespace event
  24. } // namespace semconv
  25. OPENTELEMETRY_END_NAMESPACE