Skip to content
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

[FEAT]: Better drilldown results for users #931

Closed
varunp2k opened this issue Apr 19, 2022 · 0 comments · Fixed by #1033 or #1051
Closed

[FEAT]: Better drilldown results for users #931

varunp2k opened this issue Apr 19, 2022 · 0 comments · Fixed by #1033 or #1051
Assignees
Labels
🧮 algorithms Core algorithms, optimization & ML model related 🛠️ backend ✨ enhancement New feature or request
Milestone

Comments

@varunp2k
Copy link
Member

varunp2k commented Apr 19, 2022

Tell us about the problem you're trying to solve

  • Chaos Genius currently shows the top 10 dimensions based on severity.
  • Issue here is we are sorting directly based on the severity of an anomaly which causes at times anomalies in irrelevant subdimensions to showup in our drill downs.
  • Need to add flexibility for the users as to what dimensions to display.

Current Implementation

CG currently shows the top 10 dimensions based on severity

  • For Daily: Order by severity score based on last date in db. We consider only those dimensions that have an anomaly on the last date.
  • For Hourly: Take the last 24 hour window, order by peak severity in the window.

Proposed Solution

Sort by count impact of subdimension on overall KPI.

@varunp2k varunp2k self-assigned this Apr 19, 2022
@varunp2k varunp2k added this to the v0.7.0 milestone Apr 19, 2022
@varunp2k varunp2k added ✨ enhancement New feature or request 🛠️ backend 🧮 algorithms Core algorithms, optimization & ML model related labels Apr 19, 2022
@Samyak2 Samyak2 modified the milestones: v0.7.0, v0.8.0 May 5, 2022
@Samyak2 Samyak2 modified the milestones: v0.8.0, v0.9.0 Jun 10, 2022
@Samyak2 Samyak2 modified the milestones: v0.9.0, v0.10.0 Jun 29, 2022
This was linked to pull requests Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧮 algorithms Core algorithms, optimization & ML model related 🛠️ backend ✨ enhancement New feature or request
Projects
None yet
3 participants