Type alias AlertRuleOption

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

The alert rule options.

Type declaration

  • Optional 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.