Amazon RDS
You can install the 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 enabled Enhanced Monitoring for your Amazon RDS
Run this command to install the RDS exporter as a systemd unit:
- 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.
- Next, you need to edit the rds-config.yaml file. Go to /etc/opsverse/exporters/rds/config.yaml and add the necessary configurations.
- Restart the OpsVerse agent and the rds-exporter.
- 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.