AWS, Cloud Computing

What are the Metrics that CloudWatch Uses?

In this article on What are the Metrics that CloudWatch Uses, we will discuss the metrics used by AWS CloudWatch.

Amazon CloudWatch is a monitoring and observability service provided by Amazon Web Services (AWS) that collects and stores metrics, logs, and events from AWS resources and applications. The following list shows some of the metrics that CloudWatch uses.

  1. CPU Utilization: This metric measures the percentage of allocated compute units that are currently in use on an EC2 instance.
  2. Network In/Out: These metrics measure the incoming and outgoing network traffic of an EC2 instance.
  3. Disk Reads/Writes: These metrics measure the number of disk read and write operations performed on an EC2 instance.
  4. Request Count: This metric measures the number of requests made to an Elastic Load Balancer (ELB).
  5. Latency: This metric measures the time it takes for an ELB to respond to a request.
  6. HTTP Status Codes: These metrics measure the number of requests that resulted in a specific HTTP status code (such as 200, 404, or 500) on an ELB.
  7. Database Connections: These metrics measure the number of database connections on an RDS instance.
  8. Free Storage Space: This metric measures the amount of free storage space available on an EBS volume.
  9. Lambda Function Metrics: CloudWatch also provides metrics for Lambda functions, such as the number of invocations, duration, and errors.

CloudWatch also supports custom metrics, which allow you to monitor and collect metrics from your own applications and services. Additionally, CloudWatch Logs provides metrics related to log data, such as the number of log events processed and the amount of data ingested.


Further Reading

How Git Transforms Your Development Process?

Innovative Project Ideas on Cloud Resource Provisioning

Tools for Performing Cloud Resource Provisioning

When should we prefer to React over PHP?

Applications of Terraform

Innovative Project Ideas in Terraform

How Does Amazon EBS Differs From S3 Storage?

20+ Interview Questions on Chaos Engineering

Examples of Array Functions in PHP

Advanced Git Concepts – Gitignore, Git Hooks, Git Stash, and Git Rebase

Performance Monitoring Tools for Docker

programmingempire

princites.com

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *