Reputation: 5117
As per the documentation of AWS Cloud watch it looks like Amazon's CloudWatch can help me in visualizing key metrics like CPU utilization and memory.
I am not sure if AWS cloud watch can be used for collecting more finer metrics published from application for its live monitoring.
For example:
If AWS cloud can collect such metrics, can someone point me to the relevant documentation (architecture as well as setup) for doing so? If it cannot, please tell me an alternative way of collecting such metrics from an application (not necessarily in context of AWS, and it should be language agnostic meaning application written in any language should be able to emit such metrics to the metric collector agent).
Upvotes: 0
Views: 500
Reputation: 6333
Amazon CloudWatch supports publishing custom metrics from applications. Below documentation describes the steps
https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/publishingMetrics.html
Hope this helps !!
Upvotes: 1