Skip to content
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

Examples: Add example on how to setup Cloud Monitoring alerts for volume quota #51

Closed
okrause opened this issue Oct 4, 2021 · 1 comment

Comments

@okrause
Copy link
Contributor

okrause commented Oct 4, 2021

In Nov 2021, CVS will switch to hard quotas. Instead of showing the client a 100 TiB volume, no matter how much space was provisioned, CVS will start to report the provisioned (= allocated) size.

That means, that Out-Of-Space conditions can occur much easier. Users need to monitor the fill grade of their volumes better.

Ask: As a courtesy, add an example on how to use Cloud Monitoring (StackDriver) to create alerts (https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/monitoring_alert_policy) for volume running out of space.

I have most of the required stuff in place for doing it via UI and want to provide the TF example in a few days.

@okrause
Copy link
Contributor Author

okrause commented Oct 20, 2021

Here is example code on how to setup CVS usage alerts. Since it is using the google provider only, we will not make it part of this repository.

@okrause okrause closed this as completed Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant