-
Notifications
You must be signed in to change notification settings - Fork 274
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
What problem would you like to solve? Please describe:
As an admin, it can be difficult to find "alert storms" and/or individual services that may have a large number of alerts.
Describe the solution you'd like:
An admin page that can be used to visualize created alerts for all services.
Describe alternatives you've considered:
Direct DB access.
Additional context:
Location: admin/alert-counts
Filters:
- Created before (default: none)
- Created after (default: 24h)
- Bucket interval (minute, hour, day, week, month; default: hour)
Page Layout:
- created before/after (datetime) & bucket interval selection
- line graph
- 1 line per service
- Y = number of created alerts
- X = time
- driven by table data (current page)
- table
- columns: service name, average, max, total
- sort, filter, rows per page, current page all control the graph as well as the table display
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request