-
Notifications
You must be signed in to change notification settings - Fork 527
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 configuration option for the querier to only hit the ingesters based on the trace id hashes instead of all healthy ingesters #1484
Conversation
…t setups (grafana#1417) * metrics-generator: don't inject X-Scope-OrgID header for single-tenant setups * Update CHANGELOG.md
…t honoring max_bytes_per_trace (grafana#1420) * Fix compactor to record compaction_objects_combined_total and honor max_bytes_per_trace again * changelog
…grafana#1422) * distributor: prevent panics when concurrently calling to forwarder's queueManager * Update PR number * Pin k6 version to v0.37.0
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.
Change looks good. Had a few comments and suggestions.
Thank you @joe-elliott . I have updated the PR as per the comments. I am using |
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.
Nice addition. Thanks!
What this PR does:
Implement configuration option for the querier to only hit the ingesters based on the trace id hashes instead of all healthy ingesters
Which issue(s) this PR fixes:
Fixes #1477
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]