interface StatsEscalationsParams {
    namespace?: string;
    period?:
        | "1h"
        | "24h"
        | "7d"
        | "30d";
    roles?: string[];
}

Properties

namespace?: string
period?:
    | "1h"
    | "24h"
    | "7d"
    | "30d"

Counting window for created/resolved. Default: '24h'.

roles?: string[]

RBAC scope — when an empty array is provided, all counts are zero.