Web application failed request monitoring

0

Hi,

First post so hopefully I will give you enough information.

We have a web application in Elixir that uses API's and we require the ability to monitor any failed requests. API servers (Custom instances in Ubuntu) are behind a standard load balancer and connect to an RDS database.

First question is; we know application trace monitoring is available in tools like Datadog etc but i wonder if it is possible to use Cloudwatch in any way. I am aware of the standard metrics with in CW but wondered if there is a way to extend so that i can monitor any failed attempts or API calls?

Second question if the answer to the first is "Yes", how?

Thanks in advance

asked 4 years ago209 views
2 Answers
0

Hi There,

We recently launched CloudWatch ServiceLens that helps you gain observability into application performance using metrics, logs, and traces. This can help you view the faults or errors associated with the requests flowing through your services. You can learn more here: https://aws.amazon.com/about-aws/whats-new/2019/11/announcing-amazon-cloudwatch-servicelens/

You an also learn how to get started here:
https://aws.amazon.com/blogs/aws/visualize-and-monitor-highly-distributed-applications-with-amazon-cloudwatch-servicelens/

If you intend to monitor endpoints such as APIs, URLs by creating synthetic traffic, you can also use the newly previewed CloudWatch Synthetics. You can learn more here: https://aws.amazon.com/about-aws/whats-new/2019/11/introducing-amazon-cloudwatch-synthetics-preview/

Best,
CloudWatch Team

answered 4 years ago
0

Hi,

Yes this has worked for the URL and API as requested. I am sure it can do more and i will look into it with the links you have supplied.

Thanks again
Rob

Edited by: lighty9909 on Nov 28, 2019 3:05 AM

answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions