Skip to content

Commit

Permalink
changed two AOAI alerts to visible with the proper thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiekays authored Oct 30, 2024
1 parent 53ad742 commit 6153eb5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions services/CognitiveServices/accounts/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -343,18 +343,18 @@
description: Utilization % for a provisoned-managed deployment, calculated as (PTUs consumed / PTUs deployed) x 100.
type: Metric
verified: false
visible: false
visible: true
tags: manual-ck
properties:
metricName: AzureOpenAIProvisionedManagedUtilizationV2
metricNamespace: Microsoft.CognitiveServices/accounts
severity: 0
severity: 2
windowSize: PT5M
evaluationFrequency: PT1M
timeAggregation: Total
operator: GreaterThan
criterionType: StaticThresholdCriterion
threshold: 0.0
threshold: 80
guid: 693a3b37-1e2a-42d1-aaed-b1f374276d1c
- name: AzureOpenAIRequests
description: Number of calls made to the Azure OpenAI API over a period of time.
Expand All @@ -377,18 +377,18 @@
description: Recommended latency (responsiveness) measure for streaming requests.
type: Metric
verified: false
visible: false
visible: true
tags: manual-ck
properties:
metricName: AzureOpenAITimeToResponse
metricNamespace: Microsoft.CognitiveServices/accounts
severity: 0
severity: 2
windowSize: PT5M
evaluationFrequency: PT1M
timeAggregation: Total
operator: GreaterThan
criterionType: StaticThresholdCriterion
threshold: 0.0
threshold: 200ms
guid: 995cc12a-1887-4669-92c5-70a6ca8bfe70
- name: BaselineEstimatorOverallReward
description: Baseline Estimator Overall Reward.
Expand Down

0 comments on commit 6153eb5

Please sign in to comment.