Add reduction queue lengths to Diagnostics page and move to ActiveMQ Artemis #194
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of the changes
7796: [WebMon] Add autoreducer queue sizes to diagnostics page
If you go to http://localhost/dasmon/common/diagnostics/ you should see the new table
![2024-11-15-135832_293x121_scrot](https://private-user-images.githubusercontent.com/5595210/386441174-25215fb9-43c0-48f2-8007-0543654d07bb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NTgyMzMsIm5iZiI6MTczODg1NzkzMywicGF0aCI6Ii81NTk1MjEwLzM4NjQ0MTE3NC0yNTIxNWZiOS00M2MwLTQ4ZjItODAwNy0wNTQzNjU0ZDA3YmIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDZUMTYwNTMzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NzEyNzQyNTA3ZTQ1MzM5MDUzYjU4NjdiZDZkMjExYWY5YjZlYzhlZThhYTI2MDA2MzM1OTFjY2ZhMTg4MThjOCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.w6K14-ldXAb1R6GwFA8aJSsj9kZPSxnQYKMkcR6CQEI)
One way to test is the stop a autoreducer container and run a system test causing runs to be added to the queue without being consumed. e.g.
the test will fail but now you should see
![2024-11-15-140115_286x118_scrot](https://private-user-images.githubusercontent.com/5595210/386441712-17bb4d1d-3fa3-46b8-b013-be1a19856d68.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NTgyMzMsIm5iZiI6MTczODg1NzkzMywicGF0aCI6Ii81NTk1MjEwLzM4NjQ0MTcxMi0xN2JiNGQxZC0zZmEzLTQ2YjgtYjAxMy1iZTFhMTk4NTZkNjgucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDZUMTYwNTMzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZWZiNGYxNGM0MWNhZDRlNmJjZjFiYjk2MTExMmYwNDNlNWMzMDY4MDNhMWJlODY2MGM1Yjc5YmNlMDg4YzEyOSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.2DxlFczj8gQpWgjRfIVmCzCgTPKnQ7pnurUUlitTfJ4)
Check all that apply:
References:
Manual test for the reviewer
(Instructions for testing here)
Check list for the reviewer