Skip to content

Commit e8d6c72

Browse files
authored
Merge pull request #288672 from varunhari92/avs-metrics-update
Avs metrics update
2 parents 69c066d + d27eefb commit e8d6c72

File tree

5 files changed

+56
-0
lines changed

5 files changed

+56
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: Configure the latest iteration of Azure VMware Solution private cloud performance and health metrics
3+
description: Learn how to take advantage of the latest improvements made to Azure VMware Solution private cloud performance and health metrics
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+
# Configure the latest iteration of Azure VMware Solution private cloud performance and health metrics
14+
15+
In this article, you learn how to take advantage of the latest iteration of metrics available to monitor your Azure VMware Solution private cloud.
16+
17+
Azure VMware Solution provides users with an array of high-level health and performance metrics to provide visibility into the health and performance of an Azure VMware Solution private cloud. Since early 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.
18+
19+
20+
### View Azure VMware Solution metrics
21+
From your Azure VMware Solution private cloud, select **Metrics** under the **Monitoring** section. 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. The metrics monitor items like memory consumption, datastore usage, and CPU across your Azure VMware Solution private cloud.
22+
23+
:::image type="content" source="media/new-metrics/azure-vmware-solution-metrics-new-1.png" alt-text="Screenshot showing where to get the new metrics.":::
24+
25+
### Setting up a chart
26+
27+
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.
28+
29+
:::image type="content" source="media/new-metrics/azure-vmware-solution-metrics-new-2.png" alt-text="Screenshot showing an example metric.":::
30+
31+
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**.
32+
33+
Once you are ready to save, click **Save to Dashboard** and select one of the options presented for where this metric will live.
34+
35+
### Send metrics to other monitoring solutions using the new metrics
36+
37+
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.
38+
>[!IMPORTANT]
39+
>We strongly encourage all users - first time and repeat - to migrate to the new metrics suffixed with **"(new)"**.
40+
41+
For those who have used the metrics previously and have built monitoring in downstream tools and configurations that rely on the old metric IDs, the following table provides the corresponding newer metric IDs you can use for the same set of metrics to seamlessly transition to using the newer set of metrics:
42+
43+
| Metric Name (as viewed in the portal) | Current Metric ID | New Metric ID |
44+
| :--- | :--- | :--- |
45+
| Datastore Disk Used | UsedLatest | DiskUsedLatest |
46+
| Datastore Disk Total Capacity | CapacityLatest | CapacityLatest |
47+
| Average Effective Memory | EffectiveMemAverage | ClusterSummaryEffectiveMemory |
48+
| Average Total Memory | TotalMbAverage | ClusterSummaryTotalMemCapacityMB |
49+
| Average Memory Overhead | OverheadAverage | MemOverheadAverage |
50+
| Average Memory Usage | UsageAverage | MemUsageAverage |
51+
| Percentage CPU | EffectiveCpuAverage | CpuUsageAverage |
52+
| Percentage Datastore Disk Used | DiskUsedPercentage | DiskUsedPercentage |

articles/azure-vmware/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,5 +225,7 @@ additionalContent:
225225
url: configure-vmware-syslogs.md
226226
- text: Configure Alerts
227227
url: configure-alerts-for-azure-vmware-solution.md
228+
- text: Configure Newest Metrics for Azure VMware Solution
229+
url: configure-azure-vmware-solution-metrics.md
228230
- text: Arc-enabled Azure VMware Solution
229231
url: deploy-arc-for-azure-vmware-solution.md
188 KB
Loading
138 KB
Loading

articles/azure-vmware/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,8 @@ items:
287287
href: configure-vmware-syslogs.md
288288
- name: Configure alerts and work with metrics
289289
href: configure-alerts-for-azure-vmware-solution.md
290+
- name: Configure Newest Metrics for Azure VMware Solution
291+
href: configure-azure-vmware-solution-metrics.md
290292
- name: Arc-enabled Azure VMware Solution private cloud
291293
items:
292294
- name: Deploy Arc-enabled VMware vSphere for Azure VMware Solution private cloud

0 commit comments

Comments
 (0)