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

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

Open
prudhvigodithi opened this issue Oct 4, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@prudhvigodithi
Copy link
Member

prudhvigodithi commented Oct 4, 2024

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.

@prudhvigodithi prudhvigodithi added enhancement New feature or request untriaged labels Oct 4, 2024
@prudhvigodithi prudhvigodithi changed the title Create a monitoring option for the app (example like prometheus metrics) Monitoring option for the app (example like prometheus metrics) Oct 4, 2024
@prudhvigodithi
Copy link
Member Author

Adding @peterzhuamazon @dblock @gaiksaya @getsaurabh02 @nhtruong

@peterzhuamazon peterzhuamazon changed the title Monitoring option for the app (example like prometheus metrics) [Enhancement] Monitoring option for the app (example like prometheus metrics) Oct 7, 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

2 participants