logo
Menu

Prometheus integration with CloudWatch

Integrate Prometheus with Cloudwatch multi-source queries

Published Jan 31, 2024
Hello guys, so today I want to integrate Prometheus with Cloudwatch multi-source queries. For the instance itself, here we use the spot instance t1.micro called prometheus (172.31.71.16) with node exporter, prometheus, apache, and apache exporter installed.
The following is the Prometheus configuration that I made.
The following are Prometheus targets that have been previously configured and successfully executed queries from the exporter node that was previously installed.
Next, create a dashboard in Cloud Watch, then enter the Prometheus data source. Later there will be an automatic stack cloud formation that will be created.
create dashboard name
create dashboard name
choose data source prometheus
this will create stack on cloudformation
and you can set your graphic on cloudwatch from data source prometheus
FYI, apart from Prometheus, there are also other data sources that can be integrated with CloudWatch. There are Amazon OpenSearch, Amazon Prometheus, Amazon RDS — MySQL, Amazon RDS — PostgreSQL, Amazon S3 — CSV, Custom — getting started template, Azure Monitor, and Prometheus
so, let's try Cloudwatch multi-source queries now.
 

Comments