user_agent_attributes.h 688 B

123456789101112131415161718192021222324252627282930
  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 user_agent
  16. {
  17. /**
  18. Value of the <a href="https://www.rfc-editor.org/rfc/rfc9110.html#field.user-agent">HTTP
  19. User-Agent</a> header sent by the client.
  20. */
  21. static constexpr const char *kUserAgentOriginal = "user_agent.original";
  22. } // namespace user_agent
  23. } // namespace semconv
  24. OPENTELEMETRY_END_NAMESPACE