-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Allow users to configure the Prometheus remote write queue #3046
Allow users to configure the Prometheus remote write queue #3046
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3046 +/- ##
=======================================
Coverage 92.06% 92.07%
=======================================
Files 313 313
Lines 15439 15449 +10
=======================================
+ Hits 14214 14224 +10
Misses 817 817
Partials 408 408
Continue to review full report at Codecov.
|
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.
LGTM, thank you @rakyll!
cc @alolita to label this PR. |
@anuraaga @open-telemetry/collector-approvers can you please review so that we can merge this fix. We are blocked on this fix for other dependent prometheus issues. |
@jrcamp @jpkrohling - can you please approve asap. |
I'll let someone with knowledge of the metrics side of things review this one. |
@jpkrohling can you assign someone? |
Can someone merge this PR? Not sure what else needed to be done. We need to implement follow up features and this PR has been blocking me for the last 15 days. cc @bogdandrutu |
@rakyll Please see @bogdandrutu 's comment above. He did review the PR to merge but wanted some clarification from you. |
Sorry, just saw that. Addressed. |
Thanks @rakyll @bogdandrutu please review and merge. |
@bogdandrutu rebased. |
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.
One last comment. Thank you
Sorry, just saw that I was mentioned here. The amount of notifications I get from this repo made me miss it :-/ In the future, if possible, ping me on CNCF Slack and I'll review or assign it to someone. |
…metry#3046) * Allow users to configure the Prometheus remote write queue * Fix lint * Fix godoc * Fix docs * Revert wait group change * Limit concurrency to the write reqs * Rename min_shards to concurrency * Renaming the queue settings * Renaming the queue settings
A follow up to #2974.