Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Api Mamagement Baseline rules #70

Merged
merged 1 commit into from
Nov 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion services/ApiManagement/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
title: ApiManagement
geekdocCollapseSection: true
geekdocHidden: true
---
1 change: 0 additions & 1 deletion services/ApiManagement/service/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: service
geekdocCollapseSection: true
geekdocHidden: true
---

{{< alertList name="alertList" >}}
42 changes: 36 additions & 6 deletions services/ApiManagement/service/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: Gateway request metrics with multiple dimensions
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-4921
Expand All @@ -17,12 +17,17 @@
criterionType: StaticThresholdCriterion
threshold: 5000.0
autoMitigate: false
references:
- name: Monitoring Azure Application Gateway data reference
url: https://learn.microsoft.com/azure/application-gateway/monitor-application-gateway-reference
- name: ApiManagementGatewayLogs
url: https://learn.microsoft.com/azure/azure-monitor/reference/tables/apimanagementgatewaylogs
- name: Capacity
description: 'Utilization metric for ApiManagement service. Note: For skus other
than Premium, ''Max'' aggregation will show the value as 0.'
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-3486
Expand All @@ -37,11 +42,16 @@
criterionType: StaticThresholdCriterion
threshold: 80.0
autoMitigate: false
references:
- name: Monitoring Azure Application Gateway data reference
url: https://learn.microsoft.com/azure/application-gateway/monitor-application-gateway-reference
- name: ApiManagementGatewayLogs
url: https://learn.microsoft.com/azure/azure-monitor/reference/tables/apimanagementgatewaylogs
- name: BackendDuration
description: Duration of Backend Requests in milliseconds
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-1746
Expand All @@ -56,11 +66,16 @@
criterionType: StaticThresholdCriterion
threshold: 15000.0
autoMitigate: false
references:
- name: Monitoring Azure Application Gateway data reference
url: https://learn.microsoft.com/azure/application-gateway/monitor-application-gateway-reference
- name: ApiManagementGatewayLogs
url: https://learn.microsoft.com/azure/azure-monitor/reference/tables/apimanagementgatewaylogs
- name: Duration
description: Overall Duration of Gateway Requests in milliseconds
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-853
Expand All @@ -75,12 +90,17 @@
criterionType: StaticThresholdCriterion
threshold: 3000.0
autoMitigate: false
references:
- name: Monitoring Azure Application Gateway data reference
url: https://learn.microsoft.com/azure/application-gateway/monitor-application-gateway-reference
- name: ApiManagementGatewayLogs
url: https://learn.microsoft.com/azure/azure-monitor/reference/tables/apimanagementgatewaylogs
- name: FailedRequests
description: Number of failures in gateway requests - Use multi-dimension request
metric with GatewayResponseCodeCategory dimension instead
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-730
Expand All @@ -95,12 +115,17 @@
criterionType: StaticThresholdCriterion
threshold: 1.0
autoMitigate: false
references:
- name: Monitoring Azure Application Gateway data reference
url: https://learn.microsoft.com/azure/application-gateway/monitor-application-gateway-reference
- name: ApiManagementGatewayLogs
url: https://learn.microsoft.com/azure/azure-monitor/reference/tables/apimanagementgatewaylogs
- name: UnauthorizedRequests
description: Number of unauthorized gateway requests - Use multi-dimension request
metric with GatewayResponseCodeCategory dimension instead
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-576
Expand All @@ -115,6 +140,11 @@
criterionType: StaticThresholdCriterion
threshold: 1.0
autoMitigate: false
references:
- name: Monitoring Azure Application Gateway data reference
url: https://learn.microsoft.com/azure/application-gateway/monitor-application-gateway-reference
- name: ApiManagementGatewayLogs
url: https://learn.microsoft.com/azure/azure-monitor/reference/tables/apimanagementgatewaylogs
- name: TotalRequests
description: Number of gateway requests - Use multi-dimension request metric with
GatewayResponseCodeCategory dimension instead
Expand Down