@vpalmisano/webrtcperf
    Preparing search index...

    Interface AlertRuleOption

    The alert rule options.

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

    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.