Sean Holcomb

Results 17 comments of Sean Holcomb

Adding my comment from the ZD ticket here > As far as I can tell > ``` > line_item_net_unblended_cost > savings_plan_net_savings_plan_effective_cost > reservation_net_effective_cost > ``` > Are not real columns...

Revisited the CUR documentation today and saw that they have added the required "net" columns to implement this function. My proposal is to use these columns for pricing when they...

We have not implemented it

Break down by provider is supported for assets, although there are some slight caveats with this. Provider is not currently a field in allocation properties. To add this we would...

There is probably a workaround here somewhere that involves a second query, but these are allocation cluster aggregates, they only keep properties that they all share (cluster in this case)....

There is a solution to this issue, but it is pending schema upgrade

A short term fix for this for AWS users is to put their data into a view which excludes the accounts they are not interested in. For a more general...

Should we also be looking at making the Asset types fields exported? I know they are mainly controlled via the interface. One notable missing control from the Assets interface is...

This Issue was addressed in v1.96 with https://github.com/kubecost/cost-analyzer-frontend/pull/960