intuit / QuickFabric

A one-stop shop for all management and monitoring of Amazon Elastic Map Reduce (EMR) clusters across different AWS accounts and purposes.
Apache License 2.0
26 stars 17 forks source link

add cost table in monthly reporting email #28

Open khilawar4 opened 4 years ago

khilawar4 commented 4 years ago

Describe the bug currently cost report email comes daily , but in monthly report , cluster cost table is missing. To Reproduce Steps to reproduce the behavior. For example:

  1. open below scheduler class (com.intuit.quickfabric.schedulers.functions.EMRClusterMetricsSchedulers) in this location. https://github.com/intuit/QuickFabric/tree/master/Middleware/schedulers code
  2. go to this method (generateWeeklyReport() )
  3. Ami violation table is not included, please add that same as daily report email (take a reference from generateDailyReport() method).

Expected behavior We should be able to see cluster cost table in monthly report email.

Susritha commented 3 years ago

@khilawar4 , I would like to take this up. Could you please assign me this issue.