yet-another-cloudwatch-exporter
yet-another-cloudwatch-exporter copied to clipboard
[Feature] Add Support for Historical Data Points
Initial implementation to support historical data points by having a new flag addHistoricalMetrics
at the job config level
Related to #985
Pending tasks
- [ ] Build docker image and test to see if the Prometheus graphs are as accurate as the ones provided by AWS CloudWatch
- [ ] Go over the code to change the implementation and use a hashmap to store the "template" metric
- [ ] Make the new flag configurable at the metric level to keep it consistent with the other flags!? Check how easy/difficult is going to be
- [ ] Add tests
- [ ] Linting