New metric: largest message size in a queue #2754
Unanswered
johanrhodin
asked this question in
Ideas
Replies: 1 comment 1 reply
-
It would be great to see a pull request with an implementation. Finding the largest message requires a queue traversal which could potentially be expensive. Tracking the largest current message could be potentially complex. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The HTTP API for
/api/queues/vhost/name
could have a metric for the largest message in the queue.Name suggestion: "message_bytes_largest_message".
We've developed in-house "trick" based methods to find it, but would be good to have a standardized way to get it from the API and display in the management interface https://server-name/#/queues/vhost/name.
Other users requesting something along the same line:
Beta Was this translation helpful? Give feedback.
All reactions