The alert rule options.

interface AlertRuleOption {
    failPercentile?: number;
    tags: string[];
}

Properties

failPercentile?: number

The alert will pass when at least failPercentile of the checks (95 by default) are successful.

tags: string[]

The alert results will be grouped into the specified categories.