ObserveNow
...
Integrations
Infrastructure
Amazon RDS
single machine you can install the rds exporter https //github com/percona/rds exporter on a single machine the rds exporter has two types of metrics basic and advanced to be able to use advanced metrics, make sure to set the enable enhanced monitoring option in the settings of your amazon rds db instance you can do this by clicking on modify > additional configuration > enhanced monitoring after enabling enhanced monitoring , please restart you rds db instance prerequisite(s) you have the opsverse agent running on the machine https //docs opsverse io/install the opsverse agent#dszlx you have enabled enhanced monitoring for your amazon rds run this command to install the rds exporter as a systemd unit \# for amd64 curl https //raw\ githubusercontent com/opsverseio/installers/main/prometheus exporters/install exporter amd64 sh | sudo bash s e rds \# for arm64 curl https //raw\ githubusercontent com/opsverseio/installers/main/prometheus exporters/install exporter arm64 sh | sudo bash s e rds first you need to update opsverse agent config yaml file go to /etc/opsverse/agent config yaml and add the below jobs in the scrape configs section of the file extrascrapeconfigs \ job name rds basic scrape interval 60s scrape timeout 55s metrics path /basic honor labels true static configs \ targets \ 127 0 0 1 9042 \ job name rds enhanced scrape interval 10s scrape timeout 9s metrics path /enhanced honor labels true static configs \ targets \ 127 0 0 1 9042 next, you need to edit the rds config yaml file go to /etc/opsverse/exporters/rds/config yaml and add the necessary configurations instances \ region \<region> instance \<instance name> aws access key \<aws access key> aws secret key \<aws secret key> disable basic metrics false disable enhanced metrics false restart the opsverse agent and the rds exporter sudo systemctl restart prom rds exporter opsverse agent the agent will begin scraping the metrics automatically; the script will drop the scrape target into /etc/opsverse/targets/ , so the agent will begin automatically scraping