-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Monitoring] Scale alerts in UI #80397
Comments
Pinging @elastic/stack-monitoring (Team:Monitoring) |
For the 8 CPU alert notifications I think we can group them into 5min (or some interval) time buckets, eg:
And we can also do some kind of grouping/categories when editing alerts, eg:
Clicking on the
But, I really think we should get a UI/UX designer involved to help us out |
I will spend sometime to think these UX issues and propose possible presentation options. cc: @katrin-freihofner I know UX team is super busy in the 7.11 timeframe but at least you will follow the discussion and maybe keep us straight if we are going completely off the rails. |
I think there is progress we can make until design can help us more, such as grouping alerts better per Igor's comment. I have opened #81569 to explore some of these ways. |
Organizing alerts in "setup mode"
Consolidate alerts on the ES nodes under the following sub menus:
|
Firing alerts When 8 items or less:
When there are 8+ alerts firing we group alerts based on node at the top level.
We should allow switching by the user between a flat |
How do we feel about organizing alerts based on severity level? It's a concept we have but I don't think we are leveraging much. Right now, we show badges in the UI for both Should we keep it and organize each alert under one of them? Or should we move away from that level of categorization? |
To me defining severity to distinguish alerts can work only for a very minimal set of use cases. Is disk capacity a "warning" or "danger". I would say depending upon how full the disk is. |
I have some screenshots to provide from the work I've been doing here. Please let me know if this matches expectations or where we need to correct. Firing modeSetup mode |
@chrisronline looks really great. Awesome work here. One minor question/suggestion I had was around the sorting of the list. For "Firing mode" whenever possible can we sort the list based on most recent alert? |
@ravikesarwani Should we sort within the defined categories? Or keep the categories ordering constant and just sort the list of firing alerts within each category by most recent? |
I like the "configure" option being added here in the details page. While the design you propose here will do the job I see expand/collapse as little more user friendly (compared to pop up) for the following reasons:
|
Just the list of firing alerts within each category should be a good start. |
@ravikesarwani How about: |
Thanks, I like this better and feel it makes a better customer experience. Great work here!
|
Let's get this code reviewed, tested & merged. Very helpful usability improvements. |
Resolved with #81569 |
Eventually, this will not scale for the large number of alerts we plan to add. We need to think of a way to only show some and provide a way to see them all in a friendly way.
The text was updated successfully, but these errors were encountered: