az_attributes.h 912 B

12345678910111213141516171819202122232425262728293031323334353637
  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 az
  16. {
  17. /**
  18. <a
  19. href="https://learn.microsoft.com/azure/azure-resource-manager/management/azure-services-resource-providers">Azure
  20. Resource Provider Namespace</a> as recognized by the client.
  21. */
  22. static constexpr const char *kAzNamespace = "az.namespace";
  23. /**
  24. The unique identifier of the service request. It's generated by the Azure service and returned
  25. with the response.
  26. */
  27. static constexpr const char *kAzServiceRequestId = "az.service_request_id";
  28. } // namespace az
  29. } // namespace semconv
  30. OPENTELEMETRY_END_NAMESPACE