You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/observability/v1/observability.json
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@
147
147
"type": "object"
148
148
},
149
149
"expr": {
150
-
"maxLength": 600,
150
+
"maxLength": 2000,
151
151
"minLength": 1,
152
152
"title": "Expr",
153
153
"type": "string"
@@ -191,7 +191,7 @@
191
191
"type": "object"
192
192
},
193
193
"expr": {
194
-
"maxLength": 600,
194
+
"maxLength": 2000,
195
195
"minLength": 1,
196
196
"title": "Expr",
197
197
"type": "string"
@@ -632,7 +632,7 @@
632
632
},
633
633
"expr": {
634
634
"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,
636
636
"minLength": 1,
637
637
"type": "string"
638
638
},
@@ -682,8 +682,8 @@
682
682
"type": "object"
683
683
},
684
684
"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,
687
687
"minLength": 1,
688
688
"type": "string"
689
689
},
@@ -848,7 +848,7 @@
848
848
},
849
849
"expr": {
850
850
"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,
852
852
"minLength": 1,
853
853
"type": "string"
854
854
},
@@ -3910,7 +3910,7 @@
3910
3910
},
3911
3911
"expr": {
3912
3912
"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,
3914
3914
"minLength": 1,
3915
3915
"type": "string"
3916
3916
},
@@ -4086,7 +4086,7 @@
4086
4086
},
4087
4087
"expr": {
4088
4088
"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,
4090
4090
"minLength": 1,
4091
4091
"type": "string"
4092
4092
},
@@ -6608,7 +6608,7 @@
6608
6608
},
6609
6609
"expr": {
6610
6610
"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,
6612
6612
"minLength": 1,
6613
6613
"type": "string"
6614
6614
},
@@ -6920,7 +6920,7 @@
6920
6920
},
6921
6921
"expr": {
6922
6922
"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,
6924
6924
"minLength": 1,
6925
6925
"type": "string"
6926
6926
},
@@ -7617,8 +7617,8 @@
7617
7617
"type": "object"
7618
7618
},
7619
7619
"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.",
0 commit comments