Avishay Bar

Results 41 comments of Avishay Bar

Any progress with that?

I sent a PR, please review, it's not perfect but it's working.

Thanks @doryosef! I do care actually. Good catch

**Fix:** Alter the query from: ```` sum(ce_aws_service_monthly_spend{account_id=~'$account_id', month='$month', year='$year'}) by (aws_service, account_id) - (sum(ce_aws_service_monthly_spend{account_id=~'$account_id', year='$year', month='$month'}) by (aws_service, account_id)/100 * $discount) ```` to: ```` sum(ce_aws_service_monthly_spend{account_id=~'$account_id', month='$month', year='$year'}) by (aws_service) -...

Exactly On Jul 20, 2016 10:27 AM, "slientcloud" [email protected] wrote: > @avishayil https://github.com/avishayil you mean ? > > [image: image] > https://cloud.githubusercontent.com/assets/1698185/16978437/61fc37dc-4e8e-11e6-9fa7-4a2518197582.png > > — > You are receiving this...