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
+1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
*[CHANGE] Utilize separate protos for rule state and storage. Experimental ruler API will not be functional until the rollout is complete. #2226
7
7
*[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
8
8
*[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
9
+
*[CHANGE]`/ready` handler now returns 200 instead of 204. #2330
9
10
*[FEATURE] Added experimental storage API to the ruler service that is enabled when the `-experimental.ruler.enable-api` is set to true #2269
10
11
*`-ruler.storage.type` flag now allows `s3`,`gcs`, and `azure` values
11
12
*`-ruler.storage.(s3|gcs|azure)` flags exist to allow the configuration of object clients set for rule storage
0 commit comments