You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/use-metrics.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ This article walks through common use cases and how Azure Cosmos DB insights can
25
25
26
26
1. You can view your account metrics either from the **Metrics** pane or the **Insights** pane.
27
27
28
-
***Metrics:** This pane provides numerical metrics that are collected at regular intervals and describes some aspect of a system at a particular time. For more information, see [How to monitor the server-side latency for operations in an Azure Cosmos DB container or account](monitor-server-side-latency.md) and [How to monitor normalized RU/s for an Azure Cosmos DB container or an account](monitor-normalized-request-units.md).
28
+
***Metrics:** This pane provides numerical metrics that are collected at regular intervals and describes some aspect of a system at a particular time. For example, you can view and monitor the [serverside latency metric](monitor-server-side-latency.md), [normalized request unit usage metric](monitor-normalized-request-units.md), etc.
29
29
30
30
***Insights:** This pane provides a customized monitoring experience for Azure Cosmos DB. Insights use the same metrics and logs that are collected in Azure Monitor and show an aggregated view for your account.
31
31
@@ -45,7 +45,7 @@ This article walks through common use cases and how Azure Cosmos DB insights can
45
45
46
46
***Latency**. This tab shows the read and write latency observed by Azure Cosmos DB in the region where your account is operating. You can visualize latency across regions for a geo-replicated account. You can also view server-side latency by different operations. This metric doesn't represent the end-to-end request latency.
47
47
48
-
***System**. This tab shows how many metadata requests are served by the primary partition. It also helps to identify the throttled requests.
48
+
***System**. This tab shows how many metadata requests that the primary partition serves. It also helps to identify the throttled requests.
49
49
50
50
***Management Operations**. This tab shows the metrics for account management activities such as account creation, deletion, key updates, network and replication settings.
51
51
@@ -75,7 +75,7 @@ It's important to determine the storage distribution of any partitioned containe
75
75
76
76
## Compare data size against index size
77
77
78
-
In Azure Cosmos DB, the total consumed storage is the combination of both the data size and dndex size. Typically, the index size is a fraction of the data size. To learn more, see the [Index size](index-policy.md#index-size) article. In the Metrics pane in the [Azure portal](https://portal.azure.com), the Storage tab showcases the breakdown of storage consumption based on data and index.
78
+
In Azure Cosmos DB, the total consumed storage is the combination of both the data size and index size. Typically, the index size is a fraction of the data size. To learn more, see the [Index size](index-policy.md#index-size) article. In the Metrics pane in the [Azure portal](https://portal.azure.com), the Storage tab showcases the breakdown of storage consumption based on data and index.
79
79
80
80
```csharp
81
81
// Measure the document size usage (which includes the index size)
0 commit comments