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
* add ruler API backed by object storage
Signed-off-by: Jacob Lisi <[email protected]>
* simplify and comment ruler storage api
Signed-off-by: Jacob Lisi <[email protected]>
* wrape calls to ruler with auth middleware
Signed-off-by: Jacob Lisi <[email protected]>
* use saner metrics for ruler integration test
Signed-off-by: Jacob Lisi <[email protected]>
* remove omitempty from configs
Signed-off-by: Jacob Lisi <[email protected]>
* add clarifying comments for ruler integration tests and reorder metric checks
Signed-off-by: Jacob Lisi <[email protected]>
* update changelog
Signed-off-by: Jacob Lisi <[email protected]>
* update docs
Signed-off-by: Jacob Lisi <[email protected]>
* Update pkg/ruler/api.go
Co-Authored-By: Peter Štibraný <[email protected]>
Signed-off-by: Jacob Lisi <[email protected]>
* refactor per PR comments
Signed-off-by: Jacob Lisi <[email protected]>
* fix API per PR comments
Signed-off-by: Jacob Lisi <[email protected]>
Co-authored-by: Peter Štibraný <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@
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
+
*[FEATURE] Added experimental storage API to the ruler service that is enabled when the `-experimental.ruler.enable-api` is set to true #2269
10
+
*`-ruler.storage.type` flag now allows `s3`,`gcs`, and `azure` values
11
+
*`-ruler.storage.(s3|gcs|azure)` flags exist to allow the configuration of object clients set for rule storage
9
12
*[FEATURE] Flusher target to flush the WAL.
10
13
*`-flusher.wal-dir` for the WAL directory to recover from.
11
14
*`-flusher.concurrent-flushes` for number of concurrent flushes.
0 commit comments