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
* /ready now returns 200, not 204
Signed-off-by: Peter Štibraný <[email protected]>
* HTTP service now takes a range of expected status codes.
Updated CHANGELOG.md
Signed-off-by: Peter Štibraný <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@
40
40
*[CHANGE] Utilize separate protos for rule state and storage. Experimental ruler API will not be functional until the rollout is complete. #2226
41
41
*[CHANGE] Frontend worker in querier now starts after all Querier module dependencies are started. This fixes issue where frontend worker started to send queries to querier before it was ready to serve them (mostly visible when using experimental blocks storage). #2246
42
42
*[CHANGE] Lifecycler component now enters Failed state on errors, and doesn't exit the process. (Important if you're vendoring Cortex and use Lifecycler) #2251
43
+
*[CHANGE]`/ready` handler now returns 200 instead of 204. #2330
43
44
*[FEATURE] Added experimental storage API to the ruler service that is enabled when the `-experimental.ruler.enable-api` is set to true #2269
44
45
*`-ruler.storage.type` flag now allows `s3`,`gcs`, and `azure` values
45
46
*`-ruler.storage.(s3|gcs|azure)` flags exist to allow the configuration of object clients set for rule storage
0 commit comments