-
Notifications
You must be signed in to change notification settings - Fork 3.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
docs: Replace SSD sizing tool with cluster tiers for distributed/microservices mode #15820
Conversation
💻 Deploy preview deleted. |
fd55781
to
2032ba6
Compare
Looking at the preview for this, we probably want to add some instructions so that people know what to do with the information presented here. |
33bc13f
to
995f7a4
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.
Just a couple of notes from me! Such a great win for the docs @poyzannur !
docs/sources/setup/size/_index.md
Outdated
|
||
<blockquote v-if="help"> | ||
<span v-if="help === 'ingest'"> | ||
Defines the log volume in gigabytes, ie 1e+9 bytes, expected to be ingested each day. | ||
</span> | ||
<span v-else-if="help === 'node'"> | ||
Defines the node type of the Kubernetes cluster. Is a vendor or type |
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.
Just looking at how this renders:
https://deploy-preview-loki-15820-zb444pucvq-vp.a.run.app/docs/loki/latest/setup/size/
I wonder if we move this span up and change the wording
<span v-else-if="help === 'node'">
We currently recommend these nodes when running a production cluster of Loki. If a vendor, type or latest release is missing please let us know!
</span>
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.
I just checked the preview, yeah, we need to do something about hiding line 76 and 77 in the generated output.
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.
Actually, if we're not computing a value, do we need to include anything after line 71? 🤔
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.
+1 we can totally remove it.
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!
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.
[docs team] LGTM, just needs a few very small tweaks.
Signed-off-by: J Stickler <[email protected]>
…oservices mode (#15820) Signed-off-by: J Stickler <[email protected]> Co-authored-by: J Stickler <[email protected]> (cherry picked from commit e7cf1de)
…oservices mode (#15820) Signed-off-by: J Stickler <[email protected]> Co-authored-by: J Stickler <[email protected]> (cherry picked from commit e7cf1de)
…oservices mode (#15820) Signed-off-by: J Stickler <[email protected]> Co-authored-by: J Stickler <[email protected]> (cherry picked from commit e7cf1de)
…oservices mode (#15820) Signed-off-by: J Stickler <[email protected]> Co-authored-by: J Stickler <[email protected]> (cherry picked from commit e7cf1de)
What this PR does / why we need it:
We are retiring the existing loki sizing tool for SSD mode sizing which was inaccurate.
This PR replaces the tool with a guide to size 3 tiers for Loki clusters based on their expected ingestion patterns. It Adds general notes and guidelines for query performance.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Follow up PRs will add
Checklist
CONTRIBUTING.md
guide (required)feat
PRs are unlikely to be accepted unless a case can be made for the feature actually being a bug fix to existing behavior.docs/sources/setup/upgrade/_index.md
deprecated-config.yaml
anddeleted-config.yaml
files respectively in thetools/deprecated-config-checker
directory. Example PR