opensearch-project / automation-app

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

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

Open prudhvigodithi opened 1 month ago

prudhvigodithi commented 1 month 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 month ago

Adding @peterzhuamazon @dblock @gaiksaya @getsaurabh02 @nhtruong