Alloy#2535
Merged
yorickdowne merged 1 commit intoethstaker:mainfrom Apr 19, 2026
Merged
Conversation
cc8b79f to
51ba025
Compare
29b7514 to
221fed6
Compare
pietjepuk2
reviewed
Apr 19, 2026
pietjepuk2
approved these changes
Apr 19, 2026
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.
What I did
Promtail is EOL since March 2nd 2026, replace with alloy
Log collection targets are now discovered via labels
Metrics collection is done by Alloy
Keep node-exporter and cadvisor, they are fairly involved with the host and not easy to fully reproduce in alloy
grafana-rootless.ymlnow scrapes Docker socket as well. This has been tested and works.ethddetects rootless and setsDOCKER_SOCKaccordingly. This has been tested and works.This is a breaking change for users of
custom-prom.ymlandcustom-lokiurl.yml. Release notes will point this out, and users can with minimal effort recreate their remote write targets in alloy. If they have custom scrapes in./prometheus/conf.d, those can be converted to alloy format by alloy, which will also be documented in release notes.These are advanced, niche uses, and I would not be surprised if there are no users of those features other than the Grandine team, who have been made aware. The features were created for CryptoManufaktur, and we moved away from that to "central-proxy-docker" a few years ago.