Uses of Class
com.azure.cosmos.models.CosmosMetricName
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of CosmosMetricName in com.azure.cosmos.models
Modifier and TypeFieldDescriptionstatic final CosmosMetricName
CosmosMetricName.DIRECT_ADDRESS_RESOLUTION_LATENCY
Latency of the RNTBD address resolution request (Timer)static final CosmosMetricName
CosmosMetricName.DIRECT_ADDRESS_RESOLUTION_REQUESTS
Number of RNTBD address resolution requests (Counter)static final CosmosMetricName
CosmosMetricName.DIRECT_CHANNELS_ACQUIRED_COUNT
Number of acquired channels (new connections) for this endpoint (FunctionCounter)static final CosmosMetricName
CosmosMetricName.DIRECT_CHANNELS_AVAILABLE_COUNT
Snapshot of the number of available channels (active connections) for this endpoint (Gauge)static final CosmosMetricName
CosmosMetricName.DIRECT_CHANNELS_CLOSED_COUNT
Number of closed channels / connections for this endpoint (FunctionCounter)static final CosmosMetricName
CosmosMetricName.DIRECT_ENDPOINTS_COUNT
Snapshot of the number of endpoints (Gauge)static final CosmosMetricName
CosmosMetricName.DIRECT_ENDPOINTS_EVICTED
Number of evicted/closed endpoints (FunctionCounter)static final CosmosMetricName
CosmosMetricName.DIRECT_REQUEST_CONCURRENT_COUNT
Snapshot of number of concurrent RNTBD requests for this endpoint (Gauge)static final CosmosMetricName
CosmosMetricName.DIRECT_REQUEST_LATENCY
Latency of RNTBD requests for this endpoint (Timer)static final CosmosMetricName
CosmosMetricName.DIRECT_REQUEST_LATENCY_FAILED
Latency of failed RNTBD requests for this endpoint (Timer)static final CosmosMetricName
CosmosMetricName.DIRECT_REQUEST_LATENCY_SUCCESS
Latency of successful RNTBD requests for this endpoint (Timer)static final CosmosMetricName
CosmosMetricName.DIRECT_REQUEST_QUEUED_COUNT
Snapshot of number of queued RNTBD requests for this endpoint (Gauge)static final CosmosMetricName
CosmosMetricName.DIRECT_REQUEST_SIZE_REQUEST
Size of the request payload (DistributionSummary)static final CosmosMetricName
CosmosMetricName.DIRECT_REQUEST_SIZE_RESPONSE
Size of the response payload (DistributionSummary)static final CosmosMetricName
CosmosMetricName.LEGACY_DIRECT_ENDPOINT_STATISTICS_ACQUIRED
Distribution summary over snapshot of acquired channels for the endpoint at time of a request (DistributionSummary)static final CosmosMetricName
CosmosMetricName.LEGACY_DIRECT_ENDPOINT_STATISTICS_AVAILABLE
Distribution summary over snapshot of available channels for the endpoint at time of a request (DistributionSummary)static final CosmosMetricName
CosmosMetricName.LEGACY_DIRECT_ENDPOINT_STATISTICS_INFLIGHT
Distribution summary over snapshot of inflight channels for the endpoint at time of a request (DistributionSummary)static final CosmosMetricName
CosmosMetricName.OPERATION_DETAILS_ACTUAL_ITEM_COUNT
Actual item count - relevant for non-point-operations - indicating the actual number of docs returned in the response (DistributionSummary) NOTE: No percentiles or histogram supportedstatic final CosmosMetricName
CosmosMetricName.OPERATION_DETAILS_MAX_ITEM_COUNT
Max.static final CosmosMetricName
CosmosMetricName.OPERATION_DETAILS_REGIONS_CONTACTED
Number of regions contacted for processing the operation (DistributionSummary)static final CosmosMetricName
CosmosMetricName.OPERATION_SUMMARY_CALLS
Number of operation calls (Counter)static final CosmosMetricName
CosmosMetricName.OPERATION_SUMMARY_LATENCY
Total latency (across requests including retries) of the operation (Timer)static final CosmosMetricName
CosmosMetricName.OPERATION_SUMMARY_REQUEST_CHARGE
Request charge for the operation (DistributionSummary)static final CosmosMetricName
CosmosMetricName.REQUEST_DETAILS_DIRECT_TIMELINE
Latency in different steps of the request pipeline (Timer)static final CosmosMetricName
CosmosMetricName.REQUEST_DETAILS_GATEWAY_TIMELINE
Latency in different steps of the request pipeline (Timer)static final CosmosMetricName
CosmosMetricName.REQUEST_SUMMARY_DIRECT_BACKEND_LATENCY
Backend-latency of the request (DistributionSummary)static final CosmosMetricName
CosmosMetricName.REQUEST_SUMMARY_DIRECT_LATENCY
Latency of the request (Timer)static final CosmosMetricName
CosmosMetricName.REQUEST_SUMMARY_DIRECT_REQUEST_CHARGE
Request charge for a request (DistributionSummary)static final CosmosMetricName
CosmosMetricName.REQUEST_SUMMARY_DIRECT_REQUESTS
Number of requests (Counter) NOTE: No percentiles or histogram supportedstatic final CosmosMetricName
CosmosMetricName.REQUEST_SUMMARY_GATEWAY_LATENCY
Latency of the request (Timer)static final CosmosMetricName
CosmosMetricName.REQUEST_SUMMARY_GATEWAY_REQUEST_CHARGE
Request charge for a request (DistributionSummary)static final CosmosMetricName
CosmosMetricName.REQUEST_SUMMARY_GATEWAY_REQUESTS
Number of requests (Counter) NOTE: No percentiles or histogram supportedstatic final CosmosMetricName
CosmosMetricName.REQUEST_SUMMARY_SIZE_REQUEST
Size of the request payload (DistributionSummary) NOTE: No percentiles or histogram supportedstatic final CosmosMetricName
CosmosMetricName.REQUEST_SUMMARY_SIZE_RESPONSE
Size of the response payload (DistributionSummary) NOTE: No percentiles or histogram supportedstatic final CosmosMetricName
CosmosMetricName.SYSTEM_CPU
Avg.static final CosmosMetricName
CosmosMetricName.SYSTEM_MEMORY_FREE
JVM's Free available memory (DistributionSummary)Modifier and TypeMethodDescriptionstatic CosmosMetricName
CosmosMetricName.fromString
(String name) Gets the corresponding metric category state from its string representation.Modifier and TypeMethodDescriptionCosmosMicrometerMetricsOptions.configureMeter
(CosmosMetricName meterName, CosmosMicrometerMeterOptions options) Allows overriding meter-specific options.