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] Improve detection of alerting plugin in cluster #493

Open
amitgalitz opened this issue May 25, 2023 · 0 comments
Open

[FEATURE] Improve detection of alerting plugin in cluster #493

amitgalitz opened this issue May 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@amitgalitz
Copy link
Member

Is your feature request related to a problem?

Currently we have an optional dependency on the alerting plugin. Users are able to click on a Set up alerts button in the anomaly detector details page in order to create a monitor on top of that detector. This button sends you to the alerting plugin's "create monitor" page. We should have a better mechanism to know if the alerting plugin is present in the cluster in order to improve the user experience since now it would send to a broken page if there is no alerting plugin. This is also relevant for the feature anywhere project where a monitor can be created through a flyout on top of detector.

What solution would you like?

We should implement a cleaner mechanism by listing alerting as an optional plugin and updating the state in setup()/start(). After implementing that we should decide if we want to hide the set up alerts if alerting is present or make a difference decision on the experience then what we currently have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant