Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish message processing delay in metrics Middleware? #417

Open
evankanderson opened this issue Dec 21, 2023 · 0 comments
Open

Publish message processing delay in metrics Middleware? #417

evankanderson opened this issue Dec 21, 2023 · 0 comments

Comments

@evankanderson
Copy link

We recently had an outage due to (incorrect) configuration of Retry without Poison. However, one of the items that came out of that was a realization that we didn't really have a good way to publish what our event-processing delay / backlog was.

This would require storing a "publish_time" or "timestamp" attribute in the message Metadata during publish, and then parsing that in the subscriber to report on processing latency.

Would there be interest in that addition to the metrics module, or is this something we should do in our own Middleware / Publisher?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant