-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
type/enhancementThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messagesThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages
Description
Search before reporting
- I searched in the issues and found nothing similar.
Motivation
Without knowing when the last delayed message is scheduled to be delivered, we cannot easily:
- Monitor how far in the future delayed messages extend (e.g. "last message is 7 days from now")
- Alert when delayed messages are scheduled too far ahead (e.g. misconfigured producers)
- Debug delayed delivery issues (e.g. why consumers are not receiving messages yet)
- Plan capacity (e.g. understanding the time range of pending delayed messages)
Solution
Add a new metric: the delivery timestamp of the last delayed message .
Name: lastDelayedMessageTimestamp
Alternatives
No response
Anything else?
No response
Are you willing to submit a PR?
- I'm willing to submit a PR!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type/enhancementThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messagesThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages