Prometheus RDS Exporter Issue

Hello

I have configured RDS exporter for prometheus(GitHub - percona/rds_exporter: AWS RDS exporter for Prometheus) on a central server. I’ve compiled the code to generate .exe and I’m using it on my server. While running this exporter, running into the following errors:
time=“2021-05-27T06:08:30-04:00” level=error msg=“POST https://logs.us-east-1.amazonaws.com/ → context deadline exceeded (92.2256ms)” component=transport source=“transport.go:52”
time=“2021-05-27T06:08:30-04:00” level=error msg=“Failed to filter log events: RequestCanceled: request context canceled\ncaused by: context deadline exceeded.” component=enhanced source=“scraper.go:129”

As a result of this, it’s collecting new metrics only at random intervals. What do I do?

can you help me in the step of generate the executable binary of rds-exporter how you did that as i am stuck and don’t know how to do that