Skip to content
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

Add observability section & diagrams to arch #99

Merged
merged 2 commits into from
Jul 31, 2024
Merged

Conversation

david-martin
Copy link
Member

docs/design/architectural-overview-v1.md Outdated Show resolved Hide resolved
docs/design/architectural-overview-v1.md Outdated Show resolved Hide resolved
docs/design/architectural-overview-v1.md Outdated Show resolved Hide resolved
Co-authored-by: Guilherme Cassolato <[email protected]>
Signed-off-by: David Martin <[email protected]>
@david-martin david-martin requested a review from R-Lawton July 25, 2024 14:15
The Kuadrant architecture is intended to work with some popular monitoring tools for tracing, metrics and log aggregation.
Those tools are:

- [Prometheus](https://prometheus.io/) for scraping metrics - and optionally [Thanos](https://github.com/thanos-io/thanos) for high availability & federation

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to mention Alerts with Prometheus not just metrics? We have some example alerts with more to come

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [Prometheus](https://prometheus.io/) for scraping metrics - and optionally [Thanos](https://github.com/thanos-io/thanos) for high availability & federation
- [Prometheus](https://prometheus.io/) for scraping metrics & alert rule evaluation - and optionally [Thanos](https://github.com/thanos-io/thanos) for high availability & federation

@R-Lawton good catch. This sufficient for here?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah i think thats perfecto, Im thinking maybe added to the diagrams too, but ill leave that up to what you think

@maleck13 maleck13 merged commit 3502a15 into main Jul 31, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show an example architecture in our docs using prometheus and thanos for a hub & spoke setup.
5 participants