Skip to content

Commit

Permalink
Merge pull request #396 from didayal-msft/addmlworkspacealert
Browse files Browse the repository at this point in the history
adding alert for not responding runs after discussion with ML PG
  • Loading branch information
JoeyBarnes authored Oct 31, 2024
2 parents b9851c6 + 9f28447 commit 6c92435
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions services/MachineLearningServices/workspaces/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,21 @@
- name: Monitor Azure Machine Learning
url: https://learn.microsoft.com/en-us/azure/machine-learning/monitor-azure-machine-learning?view=azureml-api-2#machine-learning-alert-rules
guid: a171bc0c-676f-464b-a7b5-e50cd6c612a2
- name: Not Responding Runs
description: Number of runs not responding for this workspace. Count is updated when a run enters Not Responding state.
type: Metric
verified: true
visible: true
tags:
- manual
properties:
metricName: Not Responding Runs
metricNamespace: Microsoft.MachineLearningServices/workspaces
severity: 3
windowSize: PT5M
evaluationFrequency: PT1M
timeAggregation: Total
operator: GreaterThan
criterionType: StaticThresholdCriterion
threshold: 0.0
guid: d3b80f22-9f1d-3038-86ff-c4dd5ba02d7a

0 comments on commit 6c92435

Please sign in to comment.