docs(monitoring): use alloy instead of promtail#260
Open
ma-hartma wants to merge 4 commits into
Open
Conversation
✅ Deploy Preview for metal-stack-io ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
vknabel
reviewed
May 26, 2026
Contributor
vknabel
left a comment
There was a problem hiding this comment.
Just a few nits. Waiting for review and merge of actual changes before a full approve.
|
|
||
| In-cluster components are scraped by Prometheus via `ServiceMonitor` resources (pull model). | ||
| Alloy self-metrics use a different approach: the control-plane Alloy DaemonSet and all Gardener seed Alloy instances push their metrics via `prometheus.remote_write` to Thanos Receive (`monitoring_thanos_receive_enabled: true`), removing the need for Prometheus to reach into each cluster. | ||
| Alloy self-metrics use a different approach — no ServiceMonitor required: |
Contributor
There was a problem hiding this comment.
Suggested change
| Alloy self-metrics use a different approach — no ServiceMonitor required: | |
| Alloy self-metrics use a different approach that does not require a `ServiceMonitor`: |
| Alloy self-metrics use a different approach: the control-plane Alloy DaemonSet and all Gardener seed Alloy instances push their metrics via `prometheus.remote_write` to Thanos Receive (`monitoring_thanos_receive_enabled: true`), removing the need for Prometheus to reach into each cluster. | ||
| Alloy self-metrics use a different approach — no ServiceMonitor required: | ||
|
|
||
| - The **control-plane Alloy** DaemonSet pushes metrics via `prometheus.remote_write` to the in-cluster Thanos Receive. Wired automatically when `monitoring_thanos_receive_enabled: true`. |
Contributor
There was a problem hiding this comment.
Suggested change
| - The **control-plane Alloy** DaemonSet pushes metrics via `prometheus.remote_write` to the in-cluster Thanos Receive. Wired automatically when `monitoring_thanos_receive_enabled: true`. | |
| - The **control-plane Alloy** `DaemonSet` pushes metrics via `prometheus.remote_write` to the in-cluster Thanos Receive. Wired automatically when `monitoring_thanos_receive_enabled: true`. |
| Alloy self-metrics use a different approach — no ServiceMonitor required: | ||
|
|
||
| - The **control-plane Alloy** DaemonSet pushes metrics via `prometheus.remote_write` to the in-cluster Thanos Receive. Wired automatically when `monitoring_thanos_receive_enabled: true`. | ||
| - **Gardener seed Alloy** instances have no local Prometheus, so they push metrics to the control-plane Thanos Receive ingress instead. Wired automatically when `monitoring_thanos_receive_ingress_enabled: true`. |
Contributor
There was a problem hiding this comment.
Suggested change
| - **Gardener seed Alloy** instances have no local Prometheus, so they push metrics to the control-plane Thanos Receive ingress instead. Wired automatically when `monitoring_thanos_receive_ingress_enabled: true`. | |
| - **Gardener seed Alloy** instances have no local Prometheus and push their metrics to the control-plane Thanos Receive ingress instead. Wired automatically when `monitoring_thanos_receive_ingress_enabled: true`. | |
| - ``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Update monitoring docs to reflect metal-stack/metal-roles#552.
Only merge this, after metal-stack/metal-roles#592 and metal-stack/metal-roles#595 are merged and released.
Used AI-Tools ✨
References: