Skip to content

admin/alert-counts: Add alert count graph to admin panel #2475

@mastercactapus

Description

@mastercactapus

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 request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions