Skip to content
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

Update Thanos version to master #2335

Merged
merged 12 commits into from
Mar 31, 2020
Merged

Update Thanos version to master #2335

merged 12 commits into from
Mar 31, 2020

Conversation

pstibrany
Copy link
Contributor

@pstibrany pstibrany commented Mar 26, 2020

What this PR does: This PR updates Thanos dependency to (214ff4480e93).

Work in progress

  • integrate changes in compactor: delayed deletes, separate blocks cleanup
  • expose postings compression in the cache
  • update documentation with new flags
  • verify metric schanges
  • expose memcache client object size option

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

pkg/storage/tsdb/config.go Outdated Show resolved Hide resolved
pkg/storage/tsdb/index_cache.go Outdated Show resolved Hide resolved
Copy link
Contributor

@pracucci pracucci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very good job @pstibrany!

I went through the whole diff in Thanos and the only thing I've noticed is that we should map the new metric thanos_memcached_operation_skipped_total too. A part from this, LGTM!

pkg/compactor/compactor.go Outdated Show resolved Hide resolved
@pstibrany pstibrany marked this pull request as ready for review March 30, 2020 20:17
Signed-off-by: Peter Štibraný <[email protected]>
- Deletion delay, blocks cleaner
- Postings compression

Signed-off-by: Peter Štibraný <[email protected]>
Signed-off-by: Peter Štibraný <[email protected]>
Signed-off-by: Peter Štibraný <[email protected]>
Signed-off-by: Peter Štibraný <[email protected]>
Signed-off-by: Peter Štibraný <[email protected]>
Signed-off-by: Peter Štibraný <[email protected]>
@pstibrany pstibrany merged commit 91dd129 into cortexproject:master Mar 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants