+
+
+ Evaluation group
+
+
+
+ }
+ invalid={!!errors.groupName}
+ error={errors.groupName?.message}
+ >
+
+ Rule group evaluation interval
+
+
+
+ }
invalid={!!errors.groupInterval}
error={errors.groupInterval?.message}
>
@@ -102,9 +355,23 @@ export function EditCloudGroupModal(props: ModalProps): React.ReactElement {
{...register('groupInterval', evaluateEveryValidationOptions)}
/>
+
{checkEvaluationIntervalGlobalLimit(watch('groupInterval')).exceedsLimit && (
)}
+ {rulerRuleRequests && (
+ <>
+ List of rules that belong to this group
+
+ #Evaluations column represents the number of evaluations needed before alert starts firing.
+
+
+ >
+ )}
-
>
- )}
-