-
Notifications
You must be signed in to change notification settings - Fork 810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prefix chunks cache flags. #2241
Conversation
c1a5d49
to
9acf0f5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gouthamve For each changed CLI flag could you search references in docs/
and update it, please? There are some. It's a annoying work, but we have to do it to avoid doc drifts.
Thanks @pracucci, I thought I got them all, but somehow missed 2. Fixed those two as well! |
dfca015
to
05ae255
Compare
e03b8ab
to
0ea70e8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work @gouthamve ! LGTM.
I left few minor comments. Pay attention that there are still some old flags references:
-memcached.
(2 times) and-redis.
(1 time) inarguments.md
# memcache. | ||
# CLI flag: -memcache.write-back-goroutines | ||
# Cache config for chunks. At what concurrency to write back to cache. | ||
# CLI flag: -store.chunks-cache.cache.write-back-concurrency | ||
[writeback_goroutines: <int> | default = 10] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think it's worth changing the YAML accordingly? Keep in mind that in other YAML config options the writeback is spelled writeback
(without _ separator).
Fixes cortexproject#2191 Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
Fixes cortexproject#553 Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
0ea70e8
to
50804fd
Compare
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
50804fd
to
f486175
Compare
Fixes #2191 #553
Signed-off-by: Goutham Veeramachaneni gouthamve@gmail.com
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]