-
Notifications
You must be signed in to change notification settings - Fork 641
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
[WIP] System Status and Performance Info UI #6062
base: master
Are you sure you want to change the base?
[WIP] System Status and Performance Info UI #6062
Conversation
app/services/get_system_metrics.rb
Outdated
# using Stats::History | ||
end | ||
|
||
# def fetch_system_health_metrics |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My personal preference is to avoid leaving this kind of thing in the code, if it's not going to be part of a minimal initial implementation that we can merge and deploy. It think a first version that includes only sidekiq stats will already be useful, so we should probably plan on rolling that out before implementing any additional not-yet-defined metrics.
…fo UI + Defines functions to get stats and queue info from Sidekiq
…tats: - Adds route for UI to config - Controller fetches metrics from service class - Service class renamed and fetches data and manipulates it as needed - View created using haml template to display information - Adds descriptions of queues / metrics in locales en.yml
You don't need to merge from |
940db89
to
2978545
Compare
Sorry about that, I've fixed it now |
.container.queues | ||
.module | ||
.section-header | ||
%h3 Queues Overview |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use i18n for all the text.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it, Any other changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not at the moment! Is this a complete MVP? If so, mark it ready for review and I can probably review it tomorrow. Also @Formasitchijoh please do a code review if you have a chance.
What this PR does
Documents progress in building a user-facing UI to present system status and performance information for the dashboard
Current Look:
2024-12-19.00-12-07.mp4