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/azure-monitor/containers/container-insights-metric-alerts.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,7 @@ ms.reviewer: aul
11
11
Metric alerts in Azure Monitor proactively identify issues related to system resources of your Azure resources, including monitored Kubernetes clusters. Container insights provides preconfigured alert rules so that you don't have to create your own. This article describes the different types of alert rules you can create and how to enable and configure them.
12
12
13
13
> [!IMPORTANT]
14
-
> Container insights in Azure Monitor now supports alerts based on Prometheus metrics, and metric rules will be retired on March 14, 2026. If you already use alerts based on custom metrics, you should migrate to Prometheus alerts and disable the equivalent custom metric alerts.
15
-
14
+
> Container insights in Azure Monitor now supports alerts based on Prometheus metrics, and metric rules will be retired on March 14, 2026. If you already use alerts based on custom metrics, you should migrate to Prometheus alerts and disable the equivalent custom metric alerts. As of August 15, 2023, you will no longer be able to configure new custom metric recommended alerts using the portal.
16
15
## Types of metric alert rules
17
16
18
17
There are two types of metric rules used by Container insights based on either Prometheus metrics or custom metrics. See a list of the specific alert rules for each at [Alert rule details](#alert-rule-details).
@@ -50,6 +49,7 @@ The methods currently available for creating Prometheus alert rules are Azure Re
50
49
51
50
1. To deploy community and recommended alerts, follow this [template](https://aka.ms/azureprometheus-alerts-bicep) and follow the README.md file in the same folder for how to deploy.
52
51
52
+
53
53
---
54
54
55
55
### Edit Prometheus alert rules
@@ -103,8 +103,7 @@ The configuration change can take a few minutes to finish before it takes effect
103
103
## Metric alert rules
104
104
105
105
> [!IMPORTANT]
106
-
> Metric alerts (preview) are retiring and no longer recommended. Please refer to the migration guidance at [Migrate from Container insights recommended alerts to Prometheus recommended alert rules (preview)](#migrate-from-metric-rules-to-prometheus-rules-preview).
107
-
106
+
> Metric alerts (preview) are retiring and no longer recommended. As of August 15, 2023, you will no longer be able to configure new custom metric recommended alerts using the portal. Please refer to the migration guidance at [Migrate from Container insights recommended alerts to Prometheus recommended alert rules (preview)](#migrate-from-metric-rules-to-prometheus-rules-preview).
108
107
### Prerequisites
109
108
110
109
- You might need to enable collection of custom metrics for your cluster. See [Metrics collected by Container insights](container-insights-custom-metrics.md).
@@ -158,6 +157,7 @@ To disable custom alert rules, use the same ARM template to create the rule, but
158
157
---
159
158
160
159
160
+
161
161
## Migrate from metric rules to Prometheus rules (preview)
162
162
If you're using metric alert rules to monitor your Kubernetes cluster, you should transition to Prometheus recommended alert rules (preview) before March 14, 2026 when metric alerts are retired.
163
163
@@ -252,3 +252,4 @@ View fired alerts for your cluster from **Alerts** in the **Monitor** menu in th
252
252
253
253
- Read about the [different alert rule types in Azure Monitor](../alerts/alerts-types.md).
254
254
- Read about [alerting rule groups in Azure Monitor managed service for Prometheus](../essentials/prometheus-rule-groups.md).
0 commit comments