View Source OpenTelemetry.SemConv.Incubating.AzureAttributes (OpenTelemetry.SemConv v1.27.0)
OpenTelemetry Semantic Conventions for Azure attributes.
Summary
Functions
The unique identifier of the service request. It's generated by the Azure service and returned with the response.
Functions
@spec az_service_request_id() :: :"az.service_request_id"
The unique identifier of the service request. It's generated by the Azure service and returned with the response.
Value type
Value must be of type atom() | String.t()
.
Examples
["00000000-0000-0000-0000-000000000000"]
iex> OpenTelemetry.SemConv.Incubating.AzureAttributes.az_service_request_id()
:"az.service_request_id"
?AZ_SERVICE_REQUEST_ID.
'az.service_request_id'