Class AzureIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.AzureIncubatingAttributes
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classValues forAZURE_COSMOSDB_CONNECTION_MODE.static final classValues forAZURE_COSMOSDB_CONSISTENCY_LEVEL. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>The unique identifier of the client instance.static final io.opentelemetry.api.common.AttributeKey<String>Cosmos client connection mode.static final io.opentelemetry.api.common.AttributeKey<String>Account or request consistency level.List of regions contacted during operation in the order that they were contacted.static final io.opentelemetry.api.common.AttributeKey<Double>The number of request units consumed by the operation.static final io.opentelemetry.api.common.AttributeKey<Long>Request payload size in bytes.static final io.opentelemetry.api.common.AttributeKey<Long>Cosmos DB sub status code.static final io.opentelemetry.api.common.AttributeKey<String>Azure Resource Provider Namespace as recognized by the client.static final io.opentelemetry.api.common.AttributeKey<String>The unique identifier of the service request. -
Method Summary
-
Field Details
-
AZURE_CLIENT_ID
The unique identifier of the client instance. -
AZURE_COSMOSDB_CONNECTION_MODE
Cosmos client connection mode. -
AZURE_COSMOSDB_CONSISTENCY_LEVEL
public static final io.opentelemetry.api.common.AttributeKey<String> AZURE_COSMOSDB_CONSISTENCY_LEVELAccount or request consistency level. -
AZURE_COSMOSDB_OPERATION_CONTACTED_REGIONS
public static final io.opentelemetry.api.common.AttributeKey<List<String>> AZURE_COSMOSDB_OPERATION_CONTACTED_REGIONSList 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
displayNamein Azure Location API -
AZURE_COSMOSDB_OPERATION_REQUEST_CHARGE
public static final io.opentelemetry.api.common.AttributeKey<Double> AZURE_COSMOSDB_OPERATION_REQUEST_CHARGEThe number of request units consumed by the operation. -
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_CODECosmos DB sub status code. -
AZURE_RESOURCE_PROVIDER_NAMESPACE
public static final io.opentelemetry.api.common.AttributeKey<String> AZURE_RESOURCE_PROVIDER_NAMESPACEAzure Resource Provider Namespace as recognized by the client. -
AZURE_SERVICE_REQUEST_ID
The unique identifier of the service request. It's generated by the Azure service and returned with the response.
-