-
Notifications
You must be signed in to change notification settings - Fork 176
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
store: Add mixin to enable caching bucket #122
Conversation
Signed-off-by: Kemal Akkoyun <[email protected]>
…che bucket Signed-off-by: Kemal Akkoyun <[email protected]>
Signed-off-by: Kemal Akkoyun <[email protected]>
Signed-off-by: Kemal Akkoyun <[email protected]>
@pstibrany Could also have a look at it? |
After merging thanos-io/thanos#2579, config has changed slightly (
Since that PR was merged without documentation change and CHANGELOG entry, I'm sending new PR shortly (working on it). Update: thanos-io/thanos#2618 |
Signed-off-by: Kemal Akkoyun <[email protected]>
Signed-off-by: Kemal Akkoyun <[email protected]>
Heads up: another change incoming in PR thanos-io/thanos#2613 ( |
Marking it as WIP until Thanos v0.13 released, since upcoming release may include related changes. |
Signed-off-by: Kemal Akkoyun <[email protected]>
Signed-off-by: Kemal Akkoyun <[email protected]>
Signed-off-by: Kemal Akkoyun <[email protected]>
Thanos v0.13.0-rc.0 released, we can proceed with this https://github.com/thanos-io/thanos/releases/tag/v0.13.0-rc.0 |
This PR adds a mixin to enable caching bucket support.
Changes
withCachingBucketMemcached
for Thanos Store to enable caching bucket.withMemcachedIndexCache
towithIndexCacheMemcached
for consistency.Verification
make generate