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

Updating the recommendations for Azure Front Door #48

Merged
merged 1 commit into from
Oct 25, 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
5 changes: 2 additions & 3 deletions services/Network/frontdoors/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: frontdoors
title: Frontdoors
geekdocCollapseSection: true
geekdocHidden: true
---

{{< alertList name="alertList" >}}
{{< alertList name="alertList" >}}
21 changes: 15 additions & 6 deletions services/Network/frontdoors/alerts.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
- name: BackendHealthPercentage
- name: Backend Health Percentage
description: The percentage of successful health probes from the HTTP/S proxy to
backends
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-2156
Expand All @@ -18,11 +18,14 @@
criterionType: StaticThresholdCriterion
threshold: 80.0
autoMitigate: false
- name: RequestCount
references:
- name: Supported metrics for Microsoft.Network/frontdoors
url: https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-network-frontdoors-metrics
- name: Request Count
description: The number of client requests served by the HTTP/S proxy
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-1350
Expand All @@ -42,13 +45,16 @@
- 5xx
threshold: 10.0
autoMitigate: false
- name: TotalLatency
references:
- name: Supported metrics for Microsoft.Network/frontdoors
url: https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-network-frontdoors-metrics
- name: Total Latency
description: The time calculated from when the client request was received by the
HTTP/S proxy until the client acknowledged the last response byte from the HTTP/S
proxy
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-1310
Expand All @@ -63,6 +69,9 @@
criterionType: StaticThresholdCriterion
threshold: 25000.0
autoMitigate: false
references:
- name: Supported metrics for Microsoft.Network/frontdoors
url: https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-network-frontdoors-metrics
- name: BackendRequestLatency
description: The time calculated from when the request was sent by the HTTP/S proxy
to the backend until the HTTP/S proxy received the last response byte from the
Expand Down