-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(gcp): add label to instances for cost and logs grouping #5693
Conversation
Previous behavior: We couldn't search GCP logs using the instance name if that instance was already deleted. And if we want to know how we're spending our budget its also difficult to know if specific tests or type of instances are the one responsible for a certain % of the costs Fixes #5153 Fixses #5543 Expected behavior: Be able to search logs using the test ID or at least the github reference, and be able to group GCP costs by labels Solution: - Add labels to instances
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add the Zcash network to the metadata for each workflow?
We mostly run these on mainnet, but each workflow has a network
parameter, and some work on testnet.
|
This reverts commit 146f747.
Co-authored-by: teor <teor@riseup.net>
Let's leave the Thanks for creating #5710 !! |
Let's do the network in PR #5710 then? |
Agree |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Previous behavior:
We couldn't search GCP logs using the instance name if that instance was already deleted. And if we want to know how we're spending our budget its also difficult to know if specific tests or type of instances are the one responsible for a certain % of the costs
Fixes #5153
Fixes #5543
Expected behavior:
Be able to search logs using the test ID or at least the GitHub reference, and be able to group GCP costs by labels
Solution:
Review
Anyone can review this
Reviewer Checklist