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/api-management/api-management-howto-use-azure-monitor.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ API Management emits [metrics](/azure/azure-monitor/essentials/data-platform-met
42
42
***Capacity** - helps you make decisions about upgrading/downgrading your API Management services. The metric is emitted per minute and reflects the estimated gateway capacity at the time of reporting. The metric ranges from 0-100 calculated based on gateway resources such as CPU and memory utilization and other factors.
43
43
44
44
> [!TIP]
45
-
> In the [v2 service tiers](v2-service-tiers-overview.md), API Management has replaced the capacity metric with separate CPU and memory utilization metrics. These metrics can also be used for scaling decisions and troubleshooting. [Learn more](api-management-capacity.md)
45
+
> In the [v2 service tiers](v2-service-tiers-overview.md), API Management has replaced the capacity metric with separate CPU and memory utilization metrics. These metrics can also be used for scaling decisions and troubleshooting. [Learn more](api-management-capacity.md)
46
46
47
47
***Requests** - helps you analyze API traffic going through your API Management services. The metric is emitted per minute and reports the number of gateway requests with dimensions. Filter requests by response codes, location, hostname, and errors.
48
48
@@ -80,10 +80,10 @@ To configure an example alert rule based on a request metric:
80
80
1. Select **+ Create** > **Alert rule**.
81
81
1. On the **Condition** tab:
82
82
1. In **Signal name**, select **Requests**.
83
-
2. In **Alert logic**, review or modify the default values for the alert. For example, update the static **Threshold**, which is the number of occurrences after which the alert should be triggered.
84
-
3. In **Split by dimensions**, in **Dimension name**, select **Gateway Response Code Category**.
85
-
4. In **Dimension values**, select **4xx**, for client errors such as unauthorized or invalid requests. If the dimension value doesn't appear, select **Add custom value** and enter **4xx**.
86
-
5. In **When to evaluate**, accept the default settings, or select other settings to configure how often the rule runs. Select **Next**.
83
+
1. In **Alert logic**, review or modify the default values for the alert. For example, update the static **Threshold**, which is the number of occurrences after which the alert should be triggered.
84
+
1. In **Split by dimensions**, in **Dimension name**, select **Gateway Response Code Category**.
85
+
1. In **Dimension values**, select **4xx**, for client errors such as unauthorized or invalid requests. If the dimension value doesn't appear, select **Add custom value** and enter **4xx**.
86
+
1. In **When to evaluate**, accept the default settings, or select other settings to configure how often the rule runs. Select **Next**.
87
87
88
88
:::image type="content" source="media/api-management-howto-use-azure-monitor/threshold-1.png" alt-text="Screenshot of configuring alert logic in the portal.":::
89
89
@@ -99,7 +99,7 @@ To configure an example alert rule based on a request metric:
99
99
curl GET https://contoso.azure-api.net/non-existent-endpoint HTTP/1.1
100
100
```
101
101
102
-
An alert triggers based on the evaluation period, and it will send email to [email protected]. There may be a delay before the alert triggers.
102
+
An alert triggers based on the evaluation period, and it will send email to [email protected].
103
103
104
104
Alerts also appear on the **Alerts** page for the API Management instance.
0 commit comments