Skip to content

Commit 58ca00b

Browse files
authored
chore(dynamic alerts): Update Badge (#86560)
- Update badge from `alpha` to `beta` on alerts creation and detail page <img width="555" alt="Screenshot 2025-03-06 at 2 51 40 PM" src="https://github.com/user-attachments/assets/50dc64d6-a693-4066-9e3c-a190ce13c975" /> <img width="1057" alt="Screenshot 2025-03-06 at 2 50 14 PM" src="https://github.com/user-attachments/assets/78b5643a-c03b-4014-a4b4-7ef8dd51812c" />
1 parent bac0e2c commit 58ca00b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

static/app/views/alerts/rules/metric/details/sidebar.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ function TriggerDescription({
114114
{thresholdText}
115115
{rule.detectionType === AlertRuleComparisonType.DYNAMIC ? (
116116
<FeatureBadge
117-
type="alpha"
117+
type="beta"
118118
tooltipProps={{
119119
title: t(
120-
'Anomaly detection is in alpha and may produce inaccurate results'
120+
'Anomaly detection is in beta and may produce unexpected results'
121121
),
122122
isHoverable: true,
123123
}}

static/app/views/alerts/rules/metric/thresholdTypeForm.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ function ThresholdTypeForm({
101101
<ComparisonContainer key="Dynamic">
102102
{t('Anomaly: whenever values are outside of expected bounds')}
103103
<FeatureBadge
104-
type="alpha"
104+
type="beta"
105105
tooltipProps={{
106-
title: t('Anomaly detection is in alpha and may produce inaccurate results'),
106+
title: t('Anomaly detection is in beta and may produce unexpected results'),
107107
isHoverable: true,
108108
}}
109109
/>

0 commit comments

Comments
 (0)