Skip to content

Commit

Permalink
Update visibility and verification status of metrics in Cognitive Ser…
Browse files Browse the repository at this point in the history
…vices alerts configuration
  • Loading branch information
cassiekays committed Nov 21, 2024
1 parent 11145a1 commit 684ae23
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions services/CognitiveServices/accounts/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -372,9 +372,11 @@
- name: AzureOpenAIProvisionedManagedUtilizationV2
description: Utilization % for a provisoned-managed deployment, calculated as (PTUs consumed / PTUs deployed) x 100.
type: Metric
verified: false
visible: false
tags: manual-ck
verified: true
visible: true
tags:
- manual-ck
- rag
properties:
metricName: AzureOpenAIProvisionedManagedUtilizationV2
metricNamespace: Microsoft.CognitiveServices/accounts
Expand Down Expand Up @@ -408,9 +410,11 @@
- name: AzureOpenAITimeToResponse
description: Recommended latency (responsiveness) measure for streaming requests. Time in milliseconds.
type: Metric
verified: false
visible: false
tags: manual-ck
verified: true
visible: true
tags:
- manual-ck
- rag
properties:
metricName: AzureOpenAITimeToResponse
metricNamespace: Microsoft.CognitiveServices/accounts
Expand All @@ -420,7 +424,7 @@
timeAggregation: Total
operator: GreaterThan
criterionType: StaticThresholdCriterion
threshold: 0.0
threshold: 200.0
guid: 995cc12a-1887-4669-92c5-70a6ca8bfe70
- name: BaselineEstimatorOverallReward
description: Baseline Estimator Overall Reward.
Expand Down

0 comments on commit 684ae23

Please sign in to comment.