Skip to content

Commit 407de24

Browse files
authored
Merge pull request #105854 from cegraybl/cegraybl/metrics_ga_docs
Mark 'Metrics' feature as GA for Microsoft.ContainerRegistry
2 parents 2876a29 + 1ead0cd commit 407de24

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

articles/container-registry/monitor-service.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ When you have critical applications and business processes relying on Azure reso
1515

1616
## Monitor overview
1717

18-
The **Overview** page in the Azure portal for each registry includes a brief view of recent resource usage and activity, such as push and pull operations. This high-level information is useful, but only a small amount of data is shown there.
18+
The **Overview** page in the Azure portal for each registry includes a brief view of recent resource usage and activity, such as push and pull operations. This high-level information is useful, but only a small amount of data is shown there.
1919

20-
:::image type="content" source="media/monitor-service/metrics-overview.png" alt-text="Registry metrics overview":::
20+
:::image type="content" source="media/monitor-service/metrics-overview.png" alt-text="Registry metrics overview":::
2121

2222
## What is Azure Monitor?
2323

@@ -33,9 +33,9 @@ Start with the article [Monitoring Azure resources with Azure Monitor](../azure-
3333

3434
The following sections build on this article by describing the specific data gathered for Azure Container Registry and providing examples for configuring data collection and analyzing this data with Azure tools.
3535

36-
## Monitoring data
36+
## Monitoring data
3737

38-
Azure Container Registry collects the same kinds of monitoring data as other Azure resources that are described in [Monitoring data from Azure resources](../azure-monitor/essentials/monitor-azure-resource.md#monitoring-data).
38+
Azure Container Registry collects the same kinds of monitoring data as other Azure resources that are described in [Monitoring data from Azure resources](../azure-monitor/essentials/monitor-azure-resource.md#monitoring-data).
3939

4040
See [Monitoring Azure Container Registry data reference](monitor-service-reference.md) for detailed information on the metrics and logs created by Azure Container Registry.
4141

@@ -56,12 +56,12 @@ The following image shows the options when you enable diagnostic settings for a
5656

5757
The metrics and logs you can collect are discussed in the following sections.
5858

59-
## Analyzing metrics (preview)
59+
## Analyzing metrics
6060

61-
You can analyze metrics for an Azure container registry with metrics from other Azure services using metrics explorer by opening **Metrics** from the **Azure Monitor** menu. See [Getting started with Azure Metrics Explorer](../azure-monitor/essentials/metrics-getting-started.md) for details on using this tool.
61+
You can analyze metrics for an Azure container registry with metrics from other Azure services using metrics explorer by opening **Metrics** from the **Azure Monitor** menu. See [Getting started with Azure Metrics Explorer](../azure-monitor/essentials/metrics-getting-started.md) for details on using this tool.
6262

6363
> [!TIP]
64-
> You can also go to the metrics explorer by navigating to your registry in the portal. In the menu, select **Metrics (preview)** under **Monitoring**.
64+
> You can also go to the metrics explorer by navigating to your registry in the portal. In the menu, select **Metrics** under **Monitoring**.
6565
6666
For a list of the platform metrics collected for Azure Container Registry, see [Monitoring Azure Container Registry data reference metrics](monitor-service-reference.md#metrics)
6767

@@ -74,7 +74,7 @@ The following Azure CLI commands can be used to get information about the Azure
7474
* [az monitor metrics list-definitions](/cli/azure/monitor/metrics#az-monitor-metrics-list-definitions) - List metric definitions and dimensions
7575
* [az monitor metrics list](/cli/azure/monitor/metrics#az-monitor-metrics-list) - Retrieve metric values
7676

77-
### REST API
77+
### REST API
7878

7979
You can use the Azure Monitor REST API to get information programmatically about the Azure Container Registry metrics.
8080

@@ -109,7 +109,7 @@ The following image shows sample output:
109109

110110
:::image type="content" source="media/monitor-service/azure-monitor-query.png" alt-text="Query log data":::
111111

112-
Following are queries that you can use to help you monitor your registry resource.
112+
Following are queries that you can use to help you monitor your registry resource.
113113

114114
### Error events from the last hour
115115

@@ -161,12 +161,10 @@ ContainerRegistryLoginEvents
161161
| project TimeGenerated, Identity, CallerIpAddress, ResultDescription
162162
```
163163

164-
165164
## Alerts
166165

167166
Azure Monitor alerts proactively notify you when important conditions are found in your monitoring data. They allow you to identify and address issues in your system before your customers notice them. You can set alerts on [metrics](../azure-monitor/alerts/alerts-metric-overview.md), [logs](../azure-monitor/alerts/alerts-unified-log.md), and the [activity log](../azure-monitor/alerts/activity-log-alerts.md). Different types of alerts have benefits and drawbacks.
168167

169-
170168
<!-- only include next line if applications run on your service and work with App Insights.
171169
172170
If you are creating or running an application which run on <*service*> [Azure Monitor Application Insights](../azure-monitor/overview.md#application-insights) may offer additional types of alerts.
@@ -183,7 +181,7 @@ The following table lists common and recommended alert rules for Azure Container
183181
### Example: Send email alert when registry storage used exceeds a value
184182

185183
1. In the Azure portal, navigate to your registry.
186-
1. Select **Metrics (preview)** under **Monitoring**.
184+
1. Select **Metrics** under **Monitoring**.
187185
1. In the metrics explorer, in **Metric**, select **Storage used**.
188186
1. Select **New alert rule**.
189187
1. In **Scope**, confirm the registry resource for which you want to create an alert rule.
@@ -202,4 +200,4 @@ The following table lists common and recommended alert rules for Azure Container
202200

203201
- See [Monitoring Azure Container Registry data reference](monitor-service-reference.md) for a reference of the metrics, logs, and other important values created by Azure Container Registry.
204202
- See [Monitoring Azure resources with Azure Monitor](../azure-monitor/essentials/monitor-azure-resource.md) for details on monitoring Azure resources.
205-
- See [Show registry usage](container-registry-skus.md#show-registry-usage) for information about how to get a snapshot of storage usage and other resource consumption in your registry.
203+
- See [Show registry usage](container-registry-skus.md#show-registry-usage) for information about how to get a snapshot of storage usage and other resource consumption in your registry.

0 commit comments

Comments
 (0)