You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: