Skip to content

Commit 186930b

Browse files
authored
Merge pull request #173758 from rakeshrana44/master
Update Guest OS namespace to Guest (classic)
2 parents f32e2a5 + 5a9949f commit 186930b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
48 KB
Loading
Binary file not shown.

articles/azure-monitor/essentials/metrics-troubleshoot.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ By [locking the boundaries of chart y-axis](../essentials/metrics-charts.md#lock
5151

5252
Collection of **Guest OS** metrics requires configuring the Azure Diagnostics Extension or enabling it using the **Diagnostic Settings** panel for your resource.
5353

54-
**Solution:** If Azure Diagnostics Extension is enabled but you are still unable to see your metrics, follow steps outlined in [Azure Diagnostics Extension troubleshooting guide](../agents/diagnostics-extension-troubleshooting.md#metric-data-doesnt-appear-in-the-azure-portal). See also the troubleshooting steps for [Cannot pick Guest OS namespace and metrics](#cannot-pick-guest-os-namespace-and-metrics)
54+
**Solution:** If Azure Diagnostics Extension is enabled but you are still unable to see your metrics, follow steps outlined in [Azure Diagnostics Extension troubleshooting guide](../agents/diagnostics-extension-troubleshooting.md#metric-data-doesnt-appear-in-the-azure-portal). See also the troubleshooting steps for [Cannot pick Guest OS namespace and metrics](#cannot-pick-guest-namespace-and-metrics)
5555

5656
## “Error retrieving data” message on dashboard
5757

@@ -77,15 +77,15 @@ In many cases, the perceived drop in the metric values is a misunderstanding of
7777

7878
**Solution:** This behavior is by design. We believe that showing data as soon as we receive it is beneficial even when the data is *partial* or *incomplete*. Doing so allows you to make important conclusion sooner and start investigation right away. For example, for a metric that shows the number of failures, seeing a partial value X tells you that there were at least X failures on a given minute. You can start investigating the problem right away, rather than wait to see the exact count of failures that happened on this minute, which might not be as important. The chart will update once we receive the entire set of data, but at that time it may also show new incomplete data points from more recent minutes.
7979

80-
## Cannot pick Guest OS namespace and metrics
80+
## Cannot pick Guest namespace and metrics
8181

82-
Virtual machines and virtual machine scale sets have two categories of metrics: **Virtual Machine Host** metrics that are collected by the Azure hosting environment, and **Guest OS (classic)** metrics that are collected by the [monitoring agent](../agents/agents-overview.md) running on your virtual machines. You install the monitoring agent by enabling [Azure Diagnostic Extension](../agents/diagnostics-extension-overview.md).
82+
Virtual machines and virtual machine scale sets have two categories of metrics: **Virtual Machine Host** metrics that are collected by the Azure hosting environment, and **Guest (classic)** metrics that are collected by the [monitoring agent](../agents/agents-overview.md) running on your virtual machines. You install the monitoring agent by enabling [Azure Diagnostic Extension](../agents/diagnostics-extension-overview.md).
8383

84-
By default, Guest OS metrics are stored in Azure Storage account, which you pick from the **Diagnostic settings** tab of your resource. If Guest OS metrics aren't collected or metrics explorer cannot access them, you will only see the **Virtual Machine Host** metric namespace:
84+
By default, Guest (classic) metrics are stored in Azure Storage account, which you pick from the **Diagnostic settings** tab of your resource. If Guest metrics aren't collected or metrics explorer cannot access them, you will only see the **Virtual Machine Host** metric namespace:
8585

86-
![metric image](./media/metrics-troubleshoot/vm.png)
86+
![metric image](./media/metrics-troubleshoot/vm-metrics.png)
8787

88-
**Solution:** If you don't see **Guest OS (classic)** namespace and metrics in metrics explorer:
88+
**Solution:** If you don't see **Guest (classic)** namespace and metrics in metrics explorer:
8989

9090
1. Confirm that [Azure Diagnostic Extension](../agents/diagnostics-extension-overview.md) is enabled and configured to collect metrics.
9191
> [!WARNING]
@@ -102,4 +102,4 @@ By default, Guest OS metrics are stored in Azure Storage account, which you pick
102102
* [Learn about getting started with Metric Explorer](metrics-getting-started.md)
103103
* [Learn about advanced features of Metric Explorer](../essentials/metrics-charts.md)
104104
* [See a list of available metrics for Azure services](./metrics-supported.md)
105-
* [See examples of configured charts](../essentials/metric-chart-samples.md)
105+
* [See examples of configured charts](../essentials/metric-chart-samples.md)

0 commit comments

Comments
 (0)