-
Notifications
You must be signed in to change notification settings - Fork 43
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
opt-out / filter CPUCreditBalanceLow alarm #48
Comments
Could we allow null as a threshold to disable the alarm? although we would need to be able to distinguish between an opt-out vs using the default threshold (where value isn't specified at all at any level). |
Agreed, there should be a way to opt out form an alarm entirely. |
Would it be better to make this alarm opt-in? as using t2 isn't a default choice. Is it too late to change it now? |
Currently you can set threshold like this:
This is shorthand for:
proposal Suggest we allow opt-out by adding another property:
(Some alarm types in future could have the We can then make it easier to opt out by introducing another shorthand which would expand to the above:
The bit I don't really like about this is that the shorthand maps to two different properties depending on whether it's a bool or another type. But it does make it less painful to configure. Thoughts @AnthonySteele @slang25 @andrewclowes ? |
Didn't get any feedback so have proceeded with PR implementing the above |
* Opt out of alarms (#48) * Config loading and shorthand for disable * Update docs * AlarmValue constructor defaults
opt out was implemented in #128 |
For non t2 EC2 instances, this alarm is always in the
insufficient
stateThe text was updated successfully, but these errors were encountered: