Alerting: Add multiple threshold operators (#99516)
The following operators are being added: - Equal - Not Equal - Greater or Equal - Less or Equal - Within Range Inclusive - Outside Range Inclusive
This commit is contained in:
@@ -754,8 +754,14 @@
|
||||
"enum": [
|
||||
"gt",
|
||||
"lt",
|
||||
"eq",
|
||||
"ne",
|
||||
"gte",
|
||||
"lte",
|
||||
"within_range",
|
||||
"outside_range"
|
||||
"outside_range",
|
||||
"within_range_included",
|
||||
"outside_range_included"
|
||||
],
|
||||
"x-enum-description": {}
|
||||
}
|
||||
@@ -786,8 +792,14 @@
|
||||
"enum": [
|
||||
"gt",
|
||||
"lt",
|
||||
"eq",
|
||||
"ne",
|
||||
"gte",
|
||||
"lte",
|
||||
"within_range",
|
||||
"outside_range"
|
||||
"outside_range",
|
||||
"within_range_included",
|
||||
"outside_range_included"
|
||||
],
|
||||
"x-enum-description": {}
|
||||
}
|
||||
@@ -1071,4 +1083,4 @@
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"$schema": "https://json-schema.org/draft-04/schema#"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user