Skip to content

Commit

Permalink
Merge pull request #41 from kaytu-io/fix-bugs
Browse files Browse the repository at this point in the history
fix: add os_license_cost to response
  • Loading branch information
artaasadi committed Jul 17, 2024
2 parents dc653a9 + 81fa14c commit 187ef7b
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 91 deletions.
1 change: 1 addition & 0 deletions plugin/proto/gcp_server.proto
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ message RightsizingGcpComputeInstance {
int64 memory_mb = 6;
bool preemptible = 7;
double cost = 8;
double os_license_cost = 9;
}

message GcpComputeInstanceRightsizingRecommendation {
Expand Down
Loading

0 comments on commit 187ef7b

Please sign in to comment.