Skip to content

Commit 57a6f08

Browse files
author
gitName
committed
line edits
1 parent aff9bc1 commit 57a6f08

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/api-management/api-management-howto-use-azure-monitor.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ API Management emits [metrics](/azure/azure-monitor/essentials/data-platform-met
4242
* **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.
4343

4444
> [!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)
4646
4747
* **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.
4848

@@ -80,10 +80,10 @@ To configure an example alert rule based on a request metric:
8080
1. Select **+ Create** > **Alert rule**.
8181
1. On the **Condition** tab:
8282
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**.
8787

8888
:::image type="content" source="media/api-management-howto-use-azure-monitor/threshold-1.png" alt-text="Screenshot of configuring alert logic in the portal.":::
8989

@@ -99,7 +99,7 @@ To configure an example alert rule based on a request metric:
9999
curl GET https://contoso.azure-api.net/non-existent-endpoint HTTP/1.1
100100
```
101101

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].
103103

104104
Alerts also appear on the **Alerts** page for the API Management instance.
105105

0 commit comments

Comments
 (0)