export interface AgentAlertingMonitorConfig { /** Failure rate threshold at which this monitor can notify. */ threshold?: number; /** How many minutes an alert can stay inactive before it is auto-resolved. */ autoResolveAfterInactiveMinutes?: number; }