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

[FEATURE] Improved UI for trigger creation on monitor for an anomaly detector #1206

Open
amitgalitz opened this issue Feb 5, 2025 · 0 comments
Labels
enhancement New feature or request untriaged

Comments

@amitgalitz
Copy link
Member

Is your feature request related to a problem?
When creating an alerting monitor on top of an anomaly detector, the alerting dashboard only provides an easy UI to add trigger conditions for anomaly grade and confidence. However there can be a lot of other aspects we might want to configure our alerts based on.
For example we can configure to trigger an alert based on the feature attribution of the anomaly or the gap between actual and expected value.

What solution would you like?
Adding improved UI on the trigger creation in alerting-dashboards with things like:

  • Checkbox to enable feature filtering
    • Enable filtering anomalies based on feature attribution.
  • drop down for feature selection
    • Select feature to filter by
    • Options:
      • memory_usage_percentage
      • cpu_usage_percentage
  • Slider input for attribution threshold:
    • 0.0 to 1.0 (for example: Exclude anomalies with an attribution for cpu_usage_percentage greater than 0.75).
  • Number input for percentage difference :
    • between actual and expected, place 30% difference between actual and expected. for example as a must as part of the trigger
@amitgalitz amitgalitz added enhancement New feature or request untriaged labels Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request untriaged
Projects
None yet
Development

No branches or pull requests

1 participant