| 12345678910111213141516171819202122232425262728293031323334353637 |
- /*
- * Copyright The OpenTelemetry Authors
- * SPDX-License-Identifier: Apache-2.0
- */
- /*
- * DO NOT EDIT, this is an Auto-generated file from:
- * buildscripts/semantic-convention/templates/registry/semantic_attributes-h.j2
- */
- #pragma once
- #include "opentelemetry/common/macros.h"
- #include "opentelemetry/version.h"
- OPENTELEMETRY_BEGIN_NAMESPACE
- namespace semconv
- {
- namespace az
- {
- /**
- <a
- href="https://learn.microsoft.com/azure/azure-resource-manager/management/azure-services-resource-providers">Azure
- Resource Provider Namespace</a> as recognized by the client.
- */
- static constexpr const char *kAzNamespace = "az.namespace";
- /**
- The unique identifier of the service request. It's generated by the Azure service and returned
- with the response.
- */
- static constexpr const char *kAzServiceRequestId = "az.service_request_id";
- } // namespace az
- } // namespace semconv
- OPENTELEMETRY_END_NAMESPACE
|