Skip to content

Commit 7fab1f9

Browse files
authored
Add conflict rules for notification_rate_limit when alert policy is not log based
1 parent 0500297 commit 7fab1f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mmv1/products/monitoring/AlertPolicy.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,11 @@ properties:
954954
description: |
955955
Not more than one notification per period.
956956
A duration in seconds with up to nine fractional digits, terminated by 's'. Example "60.5s".
957+
conflicts:
958+
- conditions.0.condition_absent
959+
- conditions.0.condition_monitoring_query_language
960+
- conditions.0.condition_threshold
961+
- conditions.0.condition_prometheus_query_language
957962
- name: 'autoClose'
958963
type: String
959964
description: |

0 commit comments

Comments
 (0)