Skip to content

Commit

Permalink
Merge pull request #48 from maheshbenke/main
Browse files Browse the repository at this point in the history
Updating the recommendations for Azure Front Door
  • Loading branch information
JoeyBarnes authored Oct 25, 2023
2 parents 1b7c240 + e0fe4e0 commit f0e8957
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
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

0 comments on commit f0e8957

Please sign in to comment.