Skip to content

Commit 90af9f0

Browse files
authored
Create configure-avs-metrics
1 parent ef9fd79 commit 90af9f0

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: Leveraging the improved private cloud metrics for Azure VMware Solution
3+
description: Learn how to configure metrics for your Azure VMware Solution private cloud.
4+
ms.topic: how-to
5+
ms.service: azure-vmware
6+
ms.date: 10/09/2024
7+
ms.custom: engagement-fy24
8+
9+
#Customer intent: As an Azure service administrator, I want to collect key performance and reliability metrics from my Azure VMware Solution private cloud, so I can analyze for any diagnostic purposes.
10+
11+
---
12+
13+
# Leveraging the improved private cloud metrics for Azure VMware Solution
14+
15+
Azure VMware Solution provides users with an array of high-level metrics available for consumption in the Azure VMware Solution portal that provide visibility into the health and performance of an Azure VMware Solution private cloud. As of March 2024, another set of identical metrics labeled with the word "(new)" were introduced, where a series of enhancements to the stability, reliability, and performance of these metrics were made to provide users a better experience relative to the older set of metrics.
16+
17+
In this article, learn how to leverage the new and improved metrics available to monitor your Azure VMware Solution private cloud.
18+
19+
### Azure VMware Solution metrics
20+
From your Azure VMware Solution private cloud, select **Metrics**, then under the **Metric** dropdown, choose a metric that contains the word "(new)" These newer metrics are powered by our improved metrics engine, providing utmost reliability and stability. Here, you can see metrics that allow you to monitor crucial things like memory consumption, datastore usage, and CPU across your Azure VMware Solution private cloud.
21+
22+
:::image type="content" source="media/diagnostic-settings/diagnostic-settings-log-analytics-workspace-1.png" alt-text="Screenshot showing where to get the new metrics.":::
23+
24+
#### Setting up a chart
25+
26+
Select a metric you'd like to build a chart for, such as "Percentage CPU (new)" in this example. Upon doing so, you will see a chart like the one below showing a time series for the metric you've selected.
27+
28+
:::image type="content" source="media/diagnostic-settings/diagnostic-settings-log-analytics-workspace-1.png" alt-text="Screenshot showing an example metric.":::
29+
30+
You can toggle the time window you are interested in this metric for by simply selecting the time window button in the top-right corner. The default window for your selected metric will be **24 hours**.
31+
32+
Once you are ready to save, click **Save to Dashboard** and select one of the options presented for where this metric will live.
33+
34+
#### Sending metrics to other monitoring solutions using the new metrics
35+
36+
Additionally, you can hover over each metric in the **Metric** dropdown to see the Metric ID. You can use this Metric ID in your third-party monitoring tools to monitor your Azure VMware Solution private cloud.
37+
>[!IMPORTANT]
38+
>For **first time users** of these metrics, please use the metrics suffixed with **"(new)"**. If you have used these metrics before, we encourage all users to migrate to the new ones suffixed with **"(new)"** as well.
39+
40+
For those who have used the metrics previously and have built monitoring in downstream tools and configurations that rely on the old metric IDs, here is a table that contains the corresponding newer metric IDs that can be used for the same set of metrics to seamlessly transition to using the newer set of metrics:
41+
42+
| Metric Name (as viewed in the portal) | Current Metric ID | New Metric ID |
43+
| :--- | :--- | :--- |
44+
| Datastore Disk Used | UsedLatest | DiskUsedLatest |
45+
| Datastore Disk Total Capacity | CapacityLatest | CapacityLatest |
46+
| Average Effective Memory | EffectiveMemAverage | ClusterSummaryEffectiveMemory |
47+
| Average Total Memory | TotalMbAverage | ClusterSummaryTotalMemCapacityMB |
48+
| Average Memory Overhead | OverheadAverage | MemOverheadAverage |
49+
| Average Memory Usage | UsageAverage | MemUsageAverage |
50+
| Percentage CPU | EffectiveCpuAverage | CpuUsageAverage |
51+
| Percentage Datastore Disk Used | DiskUsedPercentage | DiskUsedPercentage |
52+

0 commit comments

Comments
 (0)