Documentation / @zerotal/monitor / AlertThresholds
Interface: AlertThresholds
Defined in: monitor/src/alerting.ts:12
Properties
errorRatePct?
optionalerrorRatePct?:number
Defined in: monitor/src/alerting.ts:14
Fire when the 5xx rate exceeds this %. Default: 5.
queuePending?
optionalqueuePending?:number
Defined in: monitor/src/alerting.ts:16
Fire when pending jobs across queues exceed this. Default: 500.
p95Ms?
optionalp95Ms?:number
Defined in: monitor/src/alerting.ts:18
Fire when p95 latency exceeds this many ms. Default: 2000.
rolledBackInWindow?
optionalrolledBackInWindow?:number
Defined in: monitor/src/alerting.ts:20
Fire when transaction rollbacks in the window exceed this. Default: 10.