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

Support native histograms in pkg/ruler #4387

Merged
merged 1 commit into from
Mar 6, 2023
Merged

Conversation

codesome
Copy link
Member

@codesome codesome commented Mar 6, 2023

What this PR does

Syncs ruler changes from sparsehistogram branch.

Checklist

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

@codesome codesome requested a review from krajorama March 6, 2023 10:07
@codesome codesome marked this pull request as ready for review March 6, 2023 10:08
@codesome codesome requested review from a team as code owners March 6, 2023 10:08
if err != nil {
// The only error we could get here is a context canceled.
return
for userID, ruleGroup := range ruleGroups {
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think this is correct. This was recently introduced.

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks for catching it. Some mess with the merge. Re-synced the branches now and this diff is gone.

Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
Copy link
Contributor

@krajorama krajorama left a comment

Choose a reason for hiding this comment

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

LGTM

@krajorama krajorama merged commit 85d1e6f into main Mar 6, 2023
@krajorama krajorama deleted the codesome/sync-ruler branch March 6, 2023 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants