opensearch-project / automation-app

🤖 An automation app to handle the daily activities of your GitHub Repository.
Apache License 2.0
1 stars 3 forks source link

Monitoring option for the app (example like prometheus metrics) #22

Open prudhvigodithi opened 1 day ago

prudhvigodithi commented 1 day ago

Is your feature request related to a problem? Please describe

Would like to have a monitoring option for the app (example like prometheus metrics). Having this we can monitor the app runtime and infer if the app is healthy or not.

Describe the solution you'd like

Have a generic monitoring solution for the app and that can be extended to monitor the app operations.

Once we have the metric, its up-to the user how to create an action (like a cloudwatch alarm) in response to the monitoring metric.

Additional context

Having a generic monitoring solution for app will help to ensure if the app is healthy and performing the Operations as expected.

prudhvigodithi commented 1 day ago

Adding @peterzhuamazon @dblock @gaiksaya @getsaurabh02 @nhtruong