File tree 2 files changed +4
-4
lines changed
static/app/views/alerts/rules/metric
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,10 +114,10 @@ function TriggerDescription({
114
114
{ thresholdText }
115
115
{ rule . detectionType === AlertRuleComparisonType . DYNAMIC ? (
116
116
< FeatureBadge
117
- type = "alpha "
117
+ type = "beta "
118
118
tooltipProps = { {
119
119
title : t (
120
- 'Anomaly detection is in alpha and may produce inaccurate results'
120
+ 'Anomaly detection is in beta and may produce unexpected results'
121
121
) ,
122
122
isHoverable : true ,
123
123
} }
Original file line number Diff line number Diff line change @@ -101,9 +101,9 @@ function ThresholdTypeForm({
101
101
< ComparisonContainer key = "Dynamic" >
102
102
{ t ( 'Anomaly: whenever values are outside of expected bounds' ) }
103
103
< FeatureBadge
104
- type = "alpha "
104
+ type = "beta "
105
105
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' ) ,
107
107
isHoverable : true ,
108
108
} }
109
109
/>
You can’t perform that action at this time.
0 commit comments