Skip to content

Commit

Permalink
Merge pull request #134 from JoeyBarnes/main
Browse files Browse the repository at this point in the history
Made Cdn.Profiles alerts visible
  • Loading branch information
judyer28 authored Feb 29, 2024
2 parents f9c3040 + c2fc8ea commit 3adc27e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 8 deletions.
1 change: 0 additions & 1 deletion services/Cdn/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
title: Cdn
geekdocCollapseSection: true
geekdocHidden: true
---
3 changes: 1 addition & 2 deletions services/Cdn/profiles/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: profiles
geekdocCollapseSection: true
geekdocHidden: true
---

{{< alertList name="alertList" >}}
{{< alertList name="alertList" >}}
35 changes: 30 additions & 5 deletions services/Cdn/profiles/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
proxy
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-1820
Expand All @@ -19,12 +19,17 @@
criterionType: StaticThresholdCriterion
threshold: 100.0
autoMitigate: false
references:
- name: "Real-time Monitoring, metrics, and access Logs for Azure CDN"
url: "https://learn.microsoft.com/en-us/azure/cdn/monitoring-and-access-log#metrics"
- name: "Supported metrics for Microsoft.Cdn/profiles"
url: "https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-cdn-profiles-metrics"
- name: ByteHitRatio
description: This is the ratio of the total bytes served from the cache compared
to the total response bytes
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-1414
Expand All @@ -39,11 +44,16 @@
criterionType: StaticThresholdCriterion
threshold: 90.0
autoMitigate: false
references:
- name: "Real-time Monitoring, metrics, and access Logs for Azure CDN"
url: "https://learn.microsoft.com/en-us/azure/cdn/monitoring-and-access-log#metrics"
- name: "Supported metrics for Microsoft.Cdn/profiles"
url: "https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-cdn-profiles-metrics"
- name: OriginHealthPercentage
description: The percentage of successful health probes from AFDX to backends.
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-963
Expand All @@ -58,11 +68,16 @@
criterionType: StaticThresholdCriterion
threshold: 95.0
autoMitigate: false
references:
- name: "Real-time Monitoring, metrics, and access Logs for Azure CDN"
url: "https://learn.microsoft.com/en-us/azure/cdn/monitoring-and-access-log#metrics"
- name: "Supported metrics for Microsoft.Cdn/profiles"
url: "https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-cdn-profiles-metrics"
- name: RequestCount
description: The number of client requests served by the HTTP/S proxy
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-906
Expand All @@ -77,12 +92,17 @@
criterionType: StaticThresholdCriterion
threshold: 10000.0
autoMitigate: false
references:
- name: "Real-time Monitoring, metrics, and access Logs for Azure CDN"
url: "https://learn.microsoft.com/en-us/azure/cdn/monitoring-and-access-log#metrics"
- name: "Supported metrics for Microsoft.Cdn/profiles"
url: "https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-cdn-profiles-metrics"
- name: Percentage5XX
description: The percentage of all the client requests for which the response status
code is 5XX
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-823
Expand All @@ -97,3 +117,8 @@
criterionType: StaticThresholdCriterion
threshold: 10.0
autoMitigate: false
references:
- name: "Real-time Monitoring, metrics, and access Logs for Azure CDN"
url: "https://learn.microsoft.com/en-us/azure/cdn/monitoring-and-access-log#metrics"
- name: "Supported metrics for Microsoft.Cdn/profiles"
url: "https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-cdn-profiles-metrics"

0 comments on commit 3adc27e

Please sign in to comment.