wework / grabbit

A lightweight transactional message bus on top of RabbitMQ
Apache License 2.0
98 stars 20 forks source link

Transactional outbox metrics #202

Closed rhinof closed 4 years ago

rhinof commented 4 years ago

Transactional Outbox Metrics:

outbox_total_records: reports the total amount of records currently in the outbox outbox_pending_delivery: reports the total amount of records pending delivery currently in the outbox outbox_pending_removal: reports the total amount of records that were sent and pending removal currently in the outbox

related issue: #36