Skip to content

Commit 3d067c2

Browse files
OAS Update
1 parent ad189ff commit 3d067c2

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

services/observability/v1/observability.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3576,16 +3576,6 @@
35763576
"description": "map of key:value. A set of regex-matchers an alert has to fulfill to match the node. \n`Additional Validators:`\n* should not contain more than 5 keys\n* each key and value should not be longer than 200 characters",
35773577
"type": "object"
35783578
},
3579-
"matchers": {
3580-
"description": "A list of matchers that an alert has to fulfill to match the node. A matcher is a string with a syntax inspired by PromQL and OpenMetrics. The syntax of a matcher consists of three tokens:\n* A valid Prometheus label name.\n* One of =, !=, =~, or !~. = means equals, != means that the strings are not equal, =~ is used for equality of regex expressions and !~ is used for un-equality of regex expressions. They have the same meaning as known from PromQL selectors.\n* A UTF-8 string, which may be enclosed in double quotes. Before or after each token, there may be any amount of whitespace.\n`Additional Validators:`\n* should not contain more than 5 keys\n* each key and value should not be longer than 200 characters",
3581-
"items": {
3582-
"description": "Item of matchers",
3583-
"maxLength": 200,
3584-
"minLength": 1,
3585-
"type": "string"
3586-
},
3587-
"type": "array"
3588-
},
35893579
"receiver": {
35903580
"description": "Receiver that should be one item of receivers\n`Additional Validators:`\n* must be a in name of receivers",
35913581
"maxLength": 200,
@@ -3640,7 +3630,7 @@
36403630
"type": "object"
36413631
},
36423632
"matchers": {
3643-
"description": "As in one level above",
3633+
"description": "A list of matchers that an alert has to fulfill to match the node. A matcher is a string with a syntax inspired by PromQL and OpenMetrics. The syntax of a matcher consists of three tokens:\n* A valid Prometheus label name.\n* One of =, !=, =~, or !~. = means equals, != means that the strings are not equal, =~ is used for equality of regex expressions and !~ is used for un-equality of regex expressions. They have the same meaning as known from PromQL selectors.\n* A UTF-8 string, which may be enclosed in double quotes. Before or after each token, there may be any amount of whitespace.\n`Additional Validators:`\n* should not contain more than 5 keys\n* each key and value should not be longer than 200 characters",
36443634
"items": {
36453635
"description": "Item of matchers",
36463636
"maxLength": 200,

0 commit comments

Comments
 (0)