Documentation / @zerotal/notifications / ChannelStat
Interface: ChannelStat
Defined in: notifications/src/stats.ts:27
Per-channel totals since the process booted.
Properties
channel
channel:
string
Defined in: notifications/src/stats.ts:28
sent
sent:
number
Defined in: notifications/src/stats.ts:29
failed
failed:
number
Defined in: notifications/src/stats.ts:30
avgMs
avgMs:
number
Defined in: notifications/src/stats.ts:32
Mean duration in milliseconds across successful sends.