Uses of Class
com.azure.cosmos.models.CosmosMetricTagName
Packages that use CosmosMetricTagName
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of CosmosMetricTagName in com.azure.cosmos.models
Fields in com.azure.cosmos.models declared as CosmosMetricTagNameModifier and TypeFieldDescriptionstatic final CosmosMetricTagNameCosmosMetricTagName.ADDRESS_RESOLUTION_COLLECTION_MAP_REFRESHAn indicator whether an address resolution refresh requested a collection routing map cache refresh Applicable to address resolutionsstatic final CosmosMetricTagNameCosmosMetricTagName.ADDRESS_RESOLUTION_FORCED_REFRESHAn indicator whether an address resolution refresh requested a cache refresh Applicable to address resolutionsstatic final CosmosMetricTagNameCosmosMetricTagName.ALLAll possible tagsstatic final CosmosMetricTagNameCosmosMetricTagName.CLIENT_CORRELATION_IDAn identifier for the instance of the Cosmos client Applicable to all metersstatic final CosmosMetricTagNameCosmosMetricTagName.CONSISTENCY_LEVELEffective Consistency model Applicable to operations and requestsstatic final CosmosMetricTagNameCosmosMetricTagName.CONTAINERContainer identifier applicable to operations and requestsstatic final CosmosMetricTagNameCosmosMetricTagName.DEFAULTDefault tagsstatic final CosmosMetricTagNameCosmosMetricTagName.MINIMUMMinimum tags that are required and cannot be disabledstatic final CosmosMetricTagNameCosmosMetricTagName.OPERATIONOperation type Applicable to operationsstatic final CosmosMetricTagNameCosmosMetricTagName.OPERATION_STATUS_CODEOperation status code.static final CosmosMetricTagNameCosmosMetricTagName.OPERATION_SUB_STATUS_CODEOperation sub-status code.static final CosmosMetricTagNameCosmosMetricTagName.PARTITION_IDThe PartitionId (Guid) Applicable to requestsstatic final CosmosMetricTagNameCosmosMetricTagName.PARTITION_KEY_RANGE_IDA numeric identifier for a physical partition Applicable to operations and requestsstatic final CosmosMetricTagNameCosmosMetricTagName.REGION_NAMEThe region names of the regions handling the operation/request Applicable to requests and operationsstatic final CosmosMetricTagNameCosmosMetricTagName.REPLICA_IDThe ReplicaId (int identifier plus suffix "s" (secondary - read-only - replica) or "p" (primary- write - replica) Applicable to requestsstatic final CosmosMetricTagNameCosmosMetricTagName.REQUEST_OPERATION_TYPERequest operation type Applicable to requestsstatic final CosmosMetricTagNameCosmosMetricTagName.REQUEST_STATUS_CODERequest status code Applicable to requestsstatic final CosmosMetricTagNameCosmosMetricTagName.SERVICE_ADDRESSThe service endpoint (hostname + port, partitionId, replicaId) Applicable to requestsstatic final CosmosMetricTagNameCosmosMetricTagName.SERVICE_ENDPOINTThe service endpoint (hostname + port) Applicable to requests, direct channel, direct endpoint and direct requestsMethods in com.azure.cosmos.models that return CosmosMetricTagNameModifier and TypeMethodDescriptionstatic CosmosMetricTagNameCosmosMetricTagName.fromString(String name) Gets the corresponding metric category state from its string representation.Methods in com.azure.cosmos.models with parameters of type CosmosMetricTagNameModifier and TypeMethodDescriptionCosmosMicrometerMetricsOptions.configureDefaultTagNames(CosmosMetricTagName... tags) Sets the default tags that should be used for metrics (where applicable) unless overridden for a specific meter in itsCosmosMicrometerMeterOptionsBy default all applicable tags are added for each metric.CosmosMicrometerMeterOptions.suppressTagNames(CosmosMetricTagName... tags) Sets the tags that should be used for this meter (when applicable)