@vpalmisano/webrtcperf
    Preparing search index...

    Interface AlertRuleKey

    The supported alert rule checks.

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

    Properties

    The total collected samples.

    The maximum of the collected samples.

    The minimum of the collected samples.

    The 5th percentile of the collected samples.

    The 95th percentile of the collected samples.

    The sum of the collected samples.