Skip to content

Commit

Permalink
cost exclaimer (percona#73)
Browse files Browse the repository at this point in the history
* cost exclaimer and docker push

* Update Makefile

Remove change of makefile
  • Loading branch information
yonahd authored Dec 27, 2021
1 parent 8b58320 commit de61acc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,10 @@ Exporter synthesizes [node_exporter](https://github.com/prometheus/node_exporter

You can see a list of basic monitoring metrics [there](https://github.com/percona/rds_exporter/blob/main/basic/testdata/all.txt)
and a list of enhanced monitoring metrics in text files [there](https://github.com/percona/rds_exporter/tree/main/enhanced/testdata).

## Cost
Amazon charges for every CloudWatch API request, see the [current charges](http://aws.amazon.com/cloudwatch/pricing/).

Every metric retrieved requires one API request, which can include multiple statistics.

If you have 100 API requests every minute, with the price of $10 per million requests (as of Aug 2018), that is around $45 per month.

0 comments on commit de61acc

Please sign in to comment.