-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Blog article submission: Life of a Sample in Thanos Part I #7748
Blog article submission: Life of a Sample in Thanos Part I #7748
Conversation
Signed-off-by: Thibault Mange <[email protected]>
Signed-off-by: Thibault Mange <[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.
LG - small nits. But the write up is very nice and really liked the drawings!
* [Life of a sample in thanos, and how to configure it – Ingestion – Part I](2023-11-20-life-of-a-sample-part-1.md) | ||
* [Life of a sample in thanos, and how to configure it – Data Management – Part II](2023-11-20-life-of-a-sample-part-2.md) | ||
* [Life of a sample in thanos, and how to configure it – Querying – Part III](2023-11-20-life-of-a-sample-part-3.md) | ||
|
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.
Those are going to fail CI. Better to remove links for now and mention that they will come.
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.
Ack, removed them.
* **Compactor**: Merges and deduplicates blocks in object storage. | ||
* **Store**: Exposes blocks in object storage for querying. | ||
* **Query**: Retrieves data from stores and processes queries. | ||
* **Query Frontend**: Distributes queries to query instances. |
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 we add sidecar?
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.
Or mention that we wont cover it in this guide?
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 am covering it a bit, so I've added it here.
In the end I might also add the ruler, depending on what fits in part III. I'll add it here if needed.
Co-authored-by: Pedro Tanaka <[email protected]> Signed-off-by: Thibault Mange <[email protected]>
Co-authored-by: Pedro Tanaka <[email protected]> Signed-off-by: Thibault Mange <[email protected]>
Co-authored-by: Pedro Tanaka <[email protected]> Signed-off-by: Thibault Mange <[email protected]>
Co-authored-by: Pedro Tanaka <[email protected]> Signed-off-by: Thibault Mange <[email protected]>
Co-authored-by: Pedro Tanaka <[email protected]> Signed-off-by: Thibault Mange <[email protected]>
Signed-off-by: Thibault Mange <[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.
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.
Thanks a lot for this write up! Should help a lot of folks who are looking to gain a deeper understanding of the system! ❤️
And I love the diagrams (excalidraw ftw)!
Merging this one! Docs check fails due to medium 429s which is fine! |
…#7748) * part_1 Signed-off-by: Thibault Mange <[email protected]> * typo Signed-off-by: Thibault Mange <[email protected]> * Update docs/blog/2023-11-20-life-of-a-sample-part-1.md Co-authored-by: Pedro Tanaka <[email protected]> Signed-off-by: Thibault Mange <[email protected]> * Update docs/blog/2023-11-20-life-of-a-sample-part-1.md Co-authored-by: Pedro Tanaka <[email protected]> Signed-off-by: Thibault Mange <[email protected]> * Update docs/blog/2023-11-20-life-of-a-sample-part-1.md Co-authored-by: Pedro Tanaka <[email protected]> Signed-off-by: Thibault Mange <[email protected]> * Update docs/blog/2023-11-20-life-of-a-sample-part-1.md Co-authored-by: Pedro Tanaka <[email protected]> Signed-off-by: Thibault Mange <[email protected]> * Update docs/blog/2023-11-20-life-of-a-sample-part-1.md Co-authored-by: Pedro Tanaka <[email protected]> Signed-off-by: Thibault Mange <[email protected]> * add sidecar, remove invalid links Signed-off-by: Thibault Mange <[email protected]> --------- Signed-off-by: Thibault Mange <[email protected]> Co-authored-by: Pedro Tanaka <[email protected]>
Changes
When I started using Thanos, it took me some time to understand how all the components work and how to configure them properly. The interdependencies within the complete system can be complex.
In this series of three articles (this PR is for the first one), I aim to provide a comprehensive view of the system and how to configure it by following a metric's sample from its ingestion to retrieval.
I hope you will find this a valuable addition to the blog and that it will help new users adopt Thanos more easily by smoothing the learning curve.
If there are any inaccuracies or important missing elements, please let me know.
To make the review process easier, and because the other articles are still in progress, I am splitting the submission into three separate pull requests, one per article.
Verification