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.
Monitoring option: enable or disable as an option.
If enabled start the prometheus exporter (or some other solution similar to performance-analyzer) that can give some metrics as
HTTP errors.
App runtime errors
App events.
Circuit Breaker.
App Operations.
App Logs.
Resources Used/Consuming.
Extend the monitoring to monitor the Operation logic (Example if an operation is targeted to create an issue, monitor if the issue is created and output as a custom metric).
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.
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.