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

Adding Data Factory; factories AMBA recommendations #123

Merged
merged 1 commit into from
Feb 16, 2024
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/DataFactory/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
title: DataFactory
geekdocCollapseSection: true
geekdocHidden: true
---
3 changes: 1 addition & 2 deletions services/DataFactory/factories/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: factories
geekdocCollapseSection: true
geekdocHidden: true
---

{{< alertList name="alertList" >}}
{{< alertList name="alertList" >}}
59 changes: 47 additions & 12 deletions services/DataFactory/factories/alerts.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- name: PipelineFailedRuns
description: Failed pipeline runs metrics
description: The total number of pipeline runs that failed within a one-minute window.
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-79303
Expand All @@ -17,11 +17,16 @@
criterionType: StaticThresholdCriterion
threshold: 0.0
autoMitigate: false
references:
- name: Supported metrics for Microsoft.DataFactory/factories
url: https://learn.microsoft.com/azure/azure-monitor/reference/supported-metrics/microsoft-datafactory-factories-metrics
- name: Data Factory metrics and alerts
url: https://learn.microsoft.com/azure/data-factory/monitor-metrics-alerts
- name: MaxAllowedResourceCount
description: Maximum allowed entities count
description: Maximum allowed entities count. May also be labeled as MaxAllowedResourceCount.
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-22793
Expand All @@ -36,11 +41,16 @@
criterionType: StaticThresholdCriterion
threshold: 2500000.0
autoMitigate: false
references:
- name: Supported metrics for Microsoft.DataFactory/factories
url: https://learn.microsoft.com/azure/azure-monitor/reference/supported-metrics/microsoft-datafactory-factories-metrics
- name: Data Factory metrics and alerts
url: https://learn.microsoft.com/azure/data-factory/monitor-metrics-alerts
- name: MaxAllowedFactorySizeInGbUnits
description: Maximum allowed factory size (GB unit)
description: Maximum allowed factory size (GB unit).
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-22791
Expand All @@ -55,11 +65,16 @@
criterionType: StaticThresholdCriterion
threshold: 8.0
autoMitigate: false
references:
- name: Supported metrics for Microsoft.DataFactory/factories
url: https://learn.microsoft.com/azure/azure-monitor/reference/supported-metrics/microsoft-datafactory-factories-metrics
- name: Data Factory metrics and alerts
url: https://learn.microsoft.com/azure/data-factory/monitor-metrics-alerts
- name: ResourceCount
description: Total entities count
description: Total entities count. May also be labeled as ResourceCount.
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-22650
Expand All @@ -74,11 +89,16 @@
criterionType: StaticThresholdCriterion
threshold: 1700000.0
autoMitigate: false
references:
- name: Supported metrics for Microsoft.DataFactory/factories
url: https://learn.microsoft.com/azure/azure-monitor/reference/supported-metrics/microsoft-datafactory-factories-metrics
- name: Data Factory metrics and alerts
url: https://learn.microsoft.com/azure/data-factory/monitor-metrics-alerts
- name: FactorySizeInGbUnits
description: Total factory size (GB unit)
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-22586
Expand All @@ -93,11 +113,16 @@
criterionType: StaticThresholdCriterion
threshold: 6.0
autoMitigate: false
references:
- name: Supported metrics for Microsoft.DataFactory/factories
url: https://learn.microsoft.com/azure/azure-monitor/reference/supported-metrics/microsoft-datafactory-factories-metrics
- name: Data Factory metrics and alerts
url: https://learn.microsoft.com/azure/data-factory/monitor-metrics-alerts
- name: PipelineSucceededRuns
description: Succeeded pipeline runs metrics
description: Succeeded pipeline runs metrics.
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-9905
Expand All @@ -117,8 +142,13 @@
- productrecommendation
threshold: 0.0
autoMitigate: false
references:
- name: Supported metrics for Microsoft.DataFactory/factories
url: https://learn.microsoft.com/azure/azure-monitor/reference/supported-metrics/microsoft-datafactory-factories-metrics
- name: Data Factory metrics and alerts
url: https://learn.microsoft.com/azure/data-factory/monitor-metrics-alerts
- name: ActivityFailedRuns
description: Failed activity runs metrics
description: Failed activity runs metrics.
type: Metric
verified: false
visible: false
Expand All @@ -136,6 +166,11 @@
criterionType: StaticThresholdCriterion
threshold: 0.0
autoMitigate: false
references:
- name: Supported metrics for Microsoft.DataFactory/factories
url: https://learn.microsoft.com/azure/azure-monitor/reference/supported-metrics/microsoft-datafactory-factories-metrics
- name: Data Factory metrics and alerts
url: https://learn.microsoft.com/azure/data-factory/monitor-metrics-alerts
- name: TriggerFailedRuns
description: Failed trigger runs metrics
type: Metric
Expand Down