-
Notifications
You must be signed in to change notification settings - Fork 4k
Shovel: keep track of forwarded message count (a new metric) #13620
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
Conversation
Delayed queuese can automatically create associated Shovels to transfer Ready messages to the desired destination. This adds forwarded messages counter which will be used in Management UI for better Shovel internals visibility. (cherry picked from commit a8800b6cd75d8dc42a91f88655058f2ffa3b6ea6)
(cherry picked from commit 68872f81074d378f76ffa44e7111e7979cdd8fd0)
(cherry picked from commit af22cf427a7054d93b3dd64fda01a86649fdd7c5)
|
@ikavgo @dcorbacho the test failures do not seem to be flakes. Please take a look at what might be missing in this upstream PR. |
|
whole shovel_prometheus got lost somewhere, re-added. |
|
It's failing in mixed cluster tests. So in the old versions we have different Status tuple, and test expects new one in |
|
I'm looking into what in the |
Shovel: keep track of forwarded message count (a new metric) (backport #13620)
This work was originally done by @ikavgo in Tanzu RabbitMQ with @dcorbacho's reviews.