-
Notifications
You must be signed in to change notification settings - Fork 656
docs: document ingest storage jsonnet setup #12749
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
Conversation
|
💻 Deploy preview deleted. |
Signed-off-by: Vladimir Varankin <[email protected]>
e0bc9d6 to
85a3659
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.
Pull Request Overview
This PR adds comprehensive documentation for configuring Grafana Mimir's ingest storage architecture using Jsonnet, following recent PRs that implemented this functionality.
- Introduces a new documentation file explaining how to enable and configure ingest storage
- Provides Jsonnet configuration examples for basic setup and Kafka customization
- Includes important warnings about migration considerations and requirements
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
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.
do you want to mention the alerts and dashboard toggles in the mixin that they can use for ingest storage?
this looks good, but I think a helm guide will be much more useful
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.
This looks really good. Thanks so much for working on all of these setup topics, @narqo !
Co-authored-by: Dimitar Dimitrov <[email protected]>
Co-authored-by: Dimitar Dimitrov <[email protected]>
Co-authored-by: Taylor C <[email protected]>
Signed-off-by: Vladimir Varankin <[email protected]>
Do you refer to any particular dashboards? I don't think tuning the mixins should be here — there is a dedicated section of the site about "Monitor Grafana Mimir", that talks about how to install the mixin, what dashboards are there, etc. I don't see any existing documents under the "Deploy with Jsonnet and Tanka" mention the mixins. |
Helm guide is a separate subsection on the site. It was already updated with basic details about the ingest storage. |
I agree that this information shouldn't be here. @dimitarvdimitrov are there any architecture-specific considerations in the mixin? If so, we should probably call that out in Monitor Grafana Mimir. |
i think the only config would be these two toggles mimir/operations/mimir-mixin/config.libsonnet Lines 736 to 737 in ca58d6a
mimir/operations/mimir-mixin/config.libsonnet Lines 207 to 208 in ca58d6a
|
What this PR does
Following #12411 #12624, etc
Here I'm adding a new documentation piece, that outlines the setup process of running a new Mimir cluster under the ingest storage architecture with Jsonnet.