yet-another-cloudwatch-exporter icon indicating copy to clipboard operation
yet-another-cloudwatch-exporter copied to clipboard

[Feature] Add Support for Historical Data Points

Open luismy opened this issue 1 year ago • 9 comments

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

luismy avatar Jun 11 '23 20:06 luismy