CosmosDbClientMetrics.OperationMetrics.Name Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Metric Names
public static class CosmosDbClientMetrics.OperationMetrics.Name
type CosmosDbClientMetrics.OperationMetrics.Name = class
Public Class CosmosDbClientMetrics.OperationMetrics.Name
- Inheritance
-
CosmosDbClientMetrics.OperationMetrics.Name
Fields
| Name | Description |
|---|---|
| ActiveInstances |
Number of active SDK client instances. |
| Latency |
Total end-to-end duration of the operation |
| RequestCharge |
Total request units per operation (sum of RUs for all requested needed when processing an operation) |
| RowCount |
For feed operations (query, readAll, readMany, change feed) batch operations this meter capture the actual item count in responses from the service. |