project-koku / nise

A tool for generating sample cost usage data for testing purposes
GNU Affero General Public License v3.0
9 stars 15 forks source link

Nise Generating Data in BigQ format #314

Closed lrlevine6 closed 3 years ago

lrlevine6 commented 3 years ago

This issue adds changes to the current gcp nise implementation. Now the report generated will resemble that created by the BigQuery. Changes were made to the report generator as well as to gcp generators. This changes focus on the Compute Engine Generator. Changes to the CLI will still need to be adjusted. In addition, nise can generate daily reports when using the argument --daily-report.

codecov[bot] commented 3 years ago

Codecov Report

Merging #314 (a71186d) into master (53e725f) will decrease coverage by 0.5%. The diff coverage is 90.3%.

@@           Coverage Diff            @@
##           master    #314     +/-   ##
========================================
- Coverage    93.6%   93.0%   -0.5%     
========================================
  Files          45      45             
  Lines        2932    2966     +34     
  Branches      388     400     +12     
========================================
+ Hits         2743    2759     +16     
- Misses        103     115     +12     
- Partials       86      92      +6