mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-09-12 06:54:34 +08:00
Add delivery completed metric
This commit is contained in:
parent
fe0f8962b9
commit
0db8611ce7
1 changed files with 1 additions and 0 deletions
|
@ -611,6 +611,7 @@ impl EventType {
|
|||
EventType::MtaHook(_) => true,
|
||||
EventType::Delivery(
|
||||
DeliveryEvent::AttemptStart
|
||||
| DeliveryEvent::Completed
|
||||
| DeliveryEvent::AttemptEnd
|
||||
| DeliveryEvent::MxLookupFailed
|
||||
| DeliveryEvent::IpLookupFailed
|
||||
|
|
Loading…
Add table
Reference in a new issue