Skip to content

Commit 69fcfce

Browse files
OAS Update
1 parent 01177c3 commit 69fcfce

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

services/observability/v1/observability.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
"type": "object"
148148
},
149149
"expr": {
150-
"maxLength": 600,
150+
"maxLength": 2000,
151151
"minLength": 1,
152152
"title": "Expr",
153153
"type": "string"
@@ -191,7 +191,7 @@
191191
"type": "object"
192192
},
193193
"expr": {
194-
"maxLength": 600,
194+
"maxLength": 2000,
195195
"minLength": 1,
196196
"title": "Expr",
197197
"type": "string"
@@ -632,7 +632,7 @@
632632
},
633633
"expr": {
634634
"description": "The PromQL expression to evaluate to create alerts when using the\n'alert' attribute in this rule, or to create a metric when using the 'record'\nattribute.",
635-
"maxLength": 600,
635+
"maxLength": 2000,
636636
"minLength": 1,
637637
"type": "string"
638638
},
@@ -682,8 +682,8 @@
682682
"type": "object"
683683
},
684684
"expr": {
685-
"description": "The PromQL expression to evaluate. Every evaluation cycle this is evaluated at the current time, and all resultant time series become pending/firing alerts.",
686-
"maxLength": 600,
685+
"description": "The PromQL expression to evaluate. Every evaluation\ncycle this is evaluated at the current time, and all resultant\ntime series become pending/firing alerts.",
686+
"maxLength": 2000,
687687
"minLength": 1,
688688
"type": "string"
689689
},
@@ -848,7 +848,7 @@
848848
},
849849
"expr": {
850850
"description": "The LogQL expression to evaluate to create alerts when using the\n'alert' attribute in this rule, or to create a metric when using the 'record'\nattribute.",
851-
"maxLength": 600,
851+
"maxLength": 2000,
852852
"minLength": 1,
853853
"type": "string"
854854
},
@@ -3910,7 +3910,7 @@
39103910
},
39113911
"expr": {
39123912
"description": "The PromQL expression to evaluate to create alerts when using the\n'alert' attribute in this rule, or to create a metric when using the 'record'\nattribute.",
3913-
"maxLength": 600,
3913+
"maxLength": 2000,
39143914
"minLength": 1,
39153915
"type": "string"
39163916
},
@@ -4086,7 +4086,7 @@
40864086
},
40874087
"expr": {
40884088
"description": "The LogQL expression to evaluate to create alerts when using the\n'alert' attribute in this rule, or to create a metric when using the 'record'\nattribute.",
4089-
"maxLength": 600,
4089+
"maxLength": 2000,
40904090
"minLength": 1,
40914091
"type": "string"
40924092
},
@@ -6608,7 +6608,7 @@
66086608
},
66096609
"expr": {
66106610
"description": "The PromQL expression to evaluate to create alerts when using the\n'alert' attribute in this rule, or to create a metric when using the 'record'\nattribute.",
6611-
"maxLength": 600,
6611+
"maxLength": 2000,
66126612
"minLength": 1,
66136613
"type": "string"
66146614
},
@@ -6920,7 +6920,7 @@
69206920
},
69216921
"expr": {
69226922
"description": "The PromQL expression to evaluate to create alerts when using the\n'alert' attribute in this rule, or to create a metric when using the 'record'\nattribute.",
6923-
"maxLength": 600,
6923+
"maxLength": 2000,
69246924
"minLength": 1,
69256925
"type": "string"
69266926
},
@@ -7617,8 +7617,8 @@
76177617
"type": "object"
76187618
},
76197619
"expr": {
7620-
"description": "The PromQL expression to evaluate. Every evaluation cycle this is evaluated at the current time, and all resultant time series become pending/firing alerts.",
7621-
"maxLength": 600,
7620+
"description": "The PromQL expression to evaluate. Every evaluation\ncycle this is evaluated at the current time, and all resultant\ntime series become pending/firing alerts.",
7621+
"maxLength": 2000,
76227622
"minLength": 1,
76237623
"type": "string"
76247624
},

0 commit comments

Comments
 (0)