Class AzureIncubatingAttributes

java.lang.Object
io.opentelemetry.semconv.incubating.AzureIncubatingAttributes

public final class AzureIncubatingAttributes extends Object
  • Field Details

    • AZURE_CLIENT_ID

      public static final io.opentelemetry.api.common.AttributeKey<String> AZURE_CLIENT_ID
      The unique identifier of the client instance.
    • AZURE_COSMOSDB_CONNECTION_MODE

      public static final io.opentelemetry.api.common.AttributeKey<String> AZURE_COSMOSDB_CONNECTION_MODE
      Cosmos client connection mode.
    • AZURE_COSMOSDB_CONSISTENCY_LEVEL

      public static final io.opentelemetry.api.common.AttributeKey<String> AZURE_COSMOSDB_CONSISTENCY_LEVEL
      Account or request consistency level.
    • AZURE_COSMOSDB_OPERATION_CONTACTED_REGIONS

      public static final io.opentelemetry.api.common.AttributeKey<List<String>> AZURE_COSMOSDB_OPERATION_CONTACTED_REGIONS
      List of regions contacted during operation in the order that they were contacted. If there is more than one region listed, it indicates that the operation was performed on multiple regions i.e. cross-regional call.

      Notes:

      Region name matches the format of displayName in Azure Location API

    • AZURE_COSMOSDB_OPERATION_REQUEST_CHARGE

      public static final io.opentelemetry.api.common.AttributeKey<Double> AZURE_COSMOSDB_OPERATION_REQUEST_CHARGE
      The number of request units consumed by the operation.
    • AZURE_COSMOSDB_REQUEST_BODY_SIZE

      public static final io.opentelemetry.api.common.AttributeKey<Long> AZURE_COSMOSDB_REQUEST_BODY_SIZE
      Request payload size in bytes.
    • AZURE_COSMOSDB_RESPONSE_SUB_STATUS_CODE

      public static final io.opentelemetry.api.common.AttributeKey<Long> AZURE_COSMOSDB_RESPONSE_SUB_STATUS_CODE
      Cosmos DB sub status code.
    • AZURE_RESOURCE_PROVIDER_NAMESPACE

      public static final io.opentelemetry.api.common.AttributeKey<String> AZURE_RESOURCE_PROVIDER_NAMESPACE
      Azure Resource Provider Namespace as recognized by the client.
    • AZURE_SERVICE_REQUEST_ID

      public static final io.opentelemetry.api.common.AttributeKey<String> AZURE_SERVICE_REQUEST_ID
      The unique identifier of the service request. It's generated by the Azure service and returned with the response.