pw-mdb
Results
2
issues of
pw-mdb
Fixes https://github.com/PagerDuty/go-pagerduty/issues/468. When `Service.SupportHours` is specified, `Service.ScheduledActions` is required, otherwise the PagerDuty API returns the following error: ``` HTTP response failed with status code 400, message: Invalid Input Provided (code:...
This adds a `hasLabelsForEveryAggregation` validator, which verifies that every aggregation in an alert expression has a set of labels. The new validator has a `excludeRuleLabels` option, which ignores labels in...