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

Implement matchers cache on Ingester #6477

Merged
merged 5 commits into from
Jan 6, 2025

Conversation

alanprot
Copy link
Member

@alanprot alanprot commented Jan 3, 2025

What this PR does:
Implement matchers cache on ingesters.

The cache can be configured using the new matchers_cache_max_items config.

Supersedes #6382

Which issue(s) this PR fixes:
Fixes #

Checklist

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

@alanprot
Copy link
Member Author

alanprot commented Jan 3, 2025

Blocked by thanos-io/thanos#8039

Signed-off-by: alanprot <[email protected]>
@alanprot alanprot changed the title Update Thanos / Implement matchers cache on Ingester Implement matchers cache on Ingester Jan 6, 2025
Signed-off-by: alanprot <[email protected]>
@alanprot alanprot marked this pull request as ready for review January 6, 2025 20:05
@alanprot alanprot requested a review from yeya24 January 6, 2025 20:05
Signed-off-by: alanprot <[email protected]>
pkg/ingester/ingester.go Show resolved Hide resolved
pkg/ingester/metrics.go Outdated Show resolved Hide resolved
pkg/ingester/metrics.go Outdated Show resolved Hide resolved
pkg/querier/remote_read.go Show resolved Hide resolved
Signed-off-by: alanprot <[email protected]>
@alanprot alanprot merged commit c2c4827 into cortexproject:master Jan 6, 2025
17 checks passed
@alanprot alanprot deleted the matcher-cache branch January 6, 2025 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants