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: Alert Users When Metric Thresholds Are Met #54

Open
1 task
elee14 opened this issue Sep 13, 2024 · 0 comments
Open
1 task

Feat: Alert Users When Metric Thresholds Are Met #54

elee14 opened this issue Sep 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@elee14
Copy link
Collaborator

elee14 commented Sep 13, 2024

Problem

As a user, I want to be able to tell when some of my functions are hitting a dangerous level of cold starts or latency without always actively spinning up the app. I would like more specific user setting options available such that I can specify the threshold for sending an alert.

Solution

We can solve this problem by adding a page for User Settings in the navigation bar. In this User Settings page, we can ask users for their e-mail which can be stored in our database for future use. We can also have a form that asks the user to specify which function they'd like to be alerted about followed by when they should be alerted. In other words, we can have a form where the user is able to "set" thresholds for specific metrics and functions.

Additional information

This will further improve the DevOps process by "doing the work" for users in that they will not have to constantly spin up their local copy of Lambda Lens to know when their functions are performing at a dangerously slow rate.

👨‍👧‍👦 Contributing

  • 🙋‍♂️ Yes, I'd love to make a PR to implement this feature!
@elee14 elee14 added the enhancement New feature or request label Sep 13, 2024
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