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/mongodb/vcore/monitor-metrics.md
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,23 @@ It delivers:
23
23
***Drill-down analysis** of a particular Azure Cosmos DB resource. You can diagnose issues or perform detailed analysis by using the categories of utilization, failures, capacity, and operations. Selecting any one of the options provides an in-depth view of the relevant Azure Cosmos DB metrics.
24
24
***Customizable** experience built on top of Azure Monitor workbook templates. You can change what metrics are displayed, modify or set thresholds that align with your limits, and then save into a custom workbook. Charts in the workbooks can then be pinned to Azure dashboards.
25
25
26
+
## Metrics available today
27
+
### System Metrics (available on all cluster tiers)
28
+
1.**Committed memory percent**: Shows the percentage of the committed memory limit that is allocated by applications on a node. This metric helps in monitoring the memory usage against the allocated limit.
29
+
1.**CPU percent**: Indicates the CPU utilization on a node.
30
+
1.**Memory percent**: Shows the memory utilization on a node.
31
+
1.**Storage percent:** Displays the available storage percentage on a node.
32
+
1.**Storage used**: Represents the actual amount of storage used on a node. This metric is crucial for understanding the storage consumption trends and managing storage resources.
33
+
1.**IOPS:** Measures the disk IO operations per second on a node. It provides insights into the read and write performance of the storage system, helping to optimize disk usage.
34
+
35
+
### Database Metrics
36
+
1.**Mongo request duration**: Captures the end-to-end duration in milliseconds of client MongoDB requests handled by the Mongo cluster, updated every 60 seconds. This metric is vital for assessing the responsiveness and latency of the database operations.
37
+
26
38
>[!NOTE]
27
-
>There's no charge to access this feature. However, you'll have to be on the M40 cluster tier or higher to access the metrics. For more information on upgrading, please refer to [this guide](./how-to-scale-cluster.md).
39
+
>There's no charge to access Database metrics. However, you'll have to be on the M40 cluster tier or higher to access the metrics. For more information on upgrading, please refer to [this guide](./how-to-scale-cluster.md).
28
40
29
41
30
-
## View the total memory usage metric
42
+
## View Metrics
31
43
32
44
1. Sign in to the [Azure portal](https://portal.azure.com).
33
45
@@ -37,11 +49,11 @@ It delivers:
37
49
38
50
:::image type="content" source="./media/monitor/monitor-metrics-blade.png" alt-text="Metrics blade in Azure Cosmos DB":::
39
51
40
-
1. Next select the **Memory percent** metric from the list of available metrics. In this example, let's select **Memory percent** and **Avg** as the aggregation value. In addition to these details, you can also select the **Time range** and **Time granularity** of the metrics. At max, you can view metrics for the past 30 days. After you apply the filter, a chart is displayed based on your filter. You can see the average number of request units consumed per minute for the selected period.
52
+
1. Next select the **Monogo request duration** metric from the list of available metrics. In this example, let's select **Mongo request duration** and **Avg** as the aggregation value. In addition to these details, you can also select the **Time range** and **Time granularity** of the metrics. At max, you can view metrics for the past 30 days. After you apply the filter, a chart is displayed based on your filter. You can see the average number of request units consumed per minute for the selected period.
41
53
42
-
:::image type="content" source="./media/monitor/monitor-metric-memory-percent.png" alt-text="Choose a metric from the Azure portal" border="true":::
54
+
:::image type="content" source="./media/monitor/monitor-metric-mongo-request-duration.png" alt-text="Choose a metric from the Azure portal" border="true":::
43
55
44
-
## Filters for memory request duration
56
+
## Filters for Database metrics
45
57
46
58
1. You can also filter metrics and get the charts displayed by a specific **CollectionName**, **DatabaseName**, **Operation**, and **StatusCode**. The **Add filter** and **Apply splitting** options allows you to filter the usage and group the metrics.
0 commit comments