-
Notifications
You must be signed in to change notification settings - Fork 812
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
Saner defaults for configs #2344
Conversation
Signed-off-by: Goutham Veeramachaneni <[email protected]>
4c24e45
to
ca2c4ce
Compare
Seems reasonable, but I don't understand why you'd want so many tokens. |
Should update the docs to remove advice to set these, or at least note it's only for older versions. Would we take these out of the example manifests? |
More tokens == better load balancing - less variation is the size of the ranges owned by the ingesters.
More tokens will mean more ranges, but those ranges will be smaller, so its not quite linear IIRC. |
Signed-off-by: Tom Wilkie <[email protected]>
Signed-off-by: Tom Wilkie <[email protected]>
That’s a fine theory, but do we have any evidence? Has anyone ever noticed an imbalance (except me, running with 512 tokens per ingester)? I think giving one new ingester a large fraction of the series is likely to be disastrous. Suggest this particular change should be left in the documentation. |
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. I left few comments, but overall looks good.
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.
Can't set spread-flushes and leave jitter non-zero.
Do we want to remove recommendations from the docs for what is now the default? |
Signed-off-by: Goutham Veeramachaneni <[email protected]>
39e4119
to
c0941ac
Compare
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
Signed-off-by: Peter Štibraný <[email protected]>
Signed-off-by: Goutham Veeramachaneni <[email protected]>
Signed-off-by: Goutham Veeramachaneni [email protected]
What this PR does:
Which issue(s) this PR fixes:
Fixes #
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]