broad-zoo-34077
04/26/2022, 7:27 AMwhite-airport-8778
high-shoe-19425
04/27/2022, 11:44 PMinfracost breakdown --config-file ... --format json --out-file ...
then loops through each project
and pushes the metrics to a backend.
From there, Keptn knows how to interpret those metrics as part of a code quality gate and return a pass / warning / fail
result so you can stop a release process (or ask for manual approval) if your costs are set to increase.
Where I need assistance:
1. Can I push other / additional metrics to cover more usecases than just totalMonthlyCost
I currently use
2. Can I push metrics to backends other than just Dynatrace (that’s my area of expertise)
3. Any other usecases the infracost community can think of during a CD process.