Type alias AlertRuleKey

AlertRuleKey: {
    length?: AlertRuleValue | AlertRuleValue[];
    max?: AlertRuleValue | AlertRuleValue[];
    min?: AlertRuleValue | AlertRuleValue[];
    p5?: AlertRuleValue | AlertRuleValue[];
    p95?: AlertRuleValue | AlertRuleValue[];
    sum?: AlertRuleValue | AlertRuleValue[];
}

The supported alert rule checks.

Type declaration