aws-samples / aws-cudos-framework-deployment

Command Line Interface tool for Cloud Intelligence Dashboards deployment
https://catalog.workshops.aws/awscid
MIT No Attribution
400 stars 158 forks source link

Filter scad from views #812

Closed rarmist closed 4 months ago

rarmist commented 4 months ago

Issue #, if available:

Description of changes: Split Allocation Cost Data (SCAD) is not necessary for summary_view, hourly_view, and resource_view as the cost is a subset of other usage. SCAD also uses new fields to visualize cost which is only used in the new SCAD dashboard.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

iakov-aws commented 4 months ago

@rarmist Please check all the files where summary view, hourly view and resource view are defined (there are typically 4 optons)

rarmist commented 4 months ago

I updated all the views to include the SCAD filter.