Type Alias AlertingTaskTriggerStats

type AlertingTaskTriggerStats = {
    last100Scans: number;
    last10Scans: number;
    totalScans: number;
}
Index

Properties

last100Scans: number

The number of triggers out of the last 100 scans for the current condition.

last10Scans: number

The number of triggers out of the last 10 scans for the current condition.

totalScans: number

The number of scans for the current condition.