File tree Expand file tree Collapse file tree 3 files changed +33
-0
lines changed
openshift/manifests/setup Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,17 @@ spec:
179
179
- total
180
180
type : object
181
181
type : object
182
+ partial_response_strategy :
183
+ default : abort
184
+ description : |-
185
+ PartialResponseStrategy is only used by ThanosRuler and will
186
+ be ignored by Prometheus instances.
187
+ More info: https://github.com/thanos-io/thanos/blob/main/docs/components/rule.md#partial-response
188
+ enum :
189
+ - abort
190
+ - warn
191
+ - " "
192
+ type : string
182
193
target :
183
194
description : |-
184
195
Target is a string that's casted to a float64 between 0 - 100.
Original file line number Diff line number Diff line change @@ -179,6 +179,17 @@ spec:
179
179
- total
180
180
type : object
181
181
type : object
182
+ partial_response_strategy :
183
+ default : abort
184
+ description : |-
185
+ PartialResponseStrategy is only used by ThanosRuler and will
186
+ be ignored by Prometheus instances.
187
+ More info: https://github.com/thanos-io/thanos/blob/main/docs/components/rule.md#partial-response
188
+ enum :
189
+ - abort
190
+ - warn
191
+ - " "
192
+ type : string
182
193
target :
183
194
description : |-
184
195
Target is a string that's casted to a float64 between 0 - 100.
Original file line number Diff line number Diff line change @@ -179,6 +179,17 @@ spec:
179
179
- total
180
180
type : object
181
181
type : object
182
+ partial_response_strategy :
183
+ default : abort
184
+ description : |-
185
+ PartialResponseStrategy is only used by ThanosRuler and will
186
+ be ignored by Prometheus instances.
187
+ More info: https://github.com/thanos-io/thanos/blob/main/docs/components/rule.md#partial-response
188
+ enum :
189
+ - abort
190
+ - warn
191
+ - " "
192
+ type : string
182
193
target :
183
194
description : |-
184
195
Target is a string that's casted to a float64 between 0 - 100.
You can’t perform that action at this time.
0 commit comments