Overview of CloudWatch metrics and logs
In Chapter 2, Overview of the Observability Landscape on AWS, you gained an understanding of the functionalities provided by CloudWatch metrics, CloudWatch logs, and the dashboard. Now let’s dive into the technical terms related to these services.
CloudWatch metrics have three main terms and they are as follows:
- Metric: A metric is a variable to monitor and is a time-ordered set of data points.
- Metric namespace: A CloudWatch metric namespace is a logical store for storing different CloudWatch metrics. Metrics from different namespaces are isolated from each other using metric namespaces. There are two main types of namespaces, namely AWS namespaces and custom namespaces. All the default AWS vended metrics will be published to AWS namespaces with the
AWS/Service
. Metrics published from the CloudWatch agent and metrics published from applications are published to custom namespaces. You can see the namespaces available in...