Promtail is EOL, replace with Alloy? #20

Open
opened 2026-04-01 17:30:07 +00:00 by dannygroenewegen · 1 comment

Promtail has reached EOL on March 2, 2026. Grafana recommends Alloy as its replacement. Alloy can convert the promtail configuration file.

I briefly went through the docs, and it also looks like Alloy could replace cadvisor and node_exporter. Alloy can push metrics and logs to Prometheus and Loki, which would simplify the setup because we would only need to configure the same Prometheus server on every server we want to monitor, instead of the current situation, where you have to add every server to the scrape config in Prometheus.

It also looks like Alloy could discover Docker containers through labels. That would create the possibility for every app capable of exposing metrics to put its metric endpoint in a label, and Alloy will automatically collect those metrics. No need to publicly expose endpoints anymore if Alloy can scrape everything locally.

Promtail has reached EOL on March 2, 2026. Grafana recommends Alloy as its replacement. Alloy can convert the promtail configuration file. I briefly went through the docs, and it also looks like Alloy could replace cadvisor and node_exporter. Alloy can push metrics and logs to Prometheus and Loki, which would simplify the setup because we would only need to configure the same Prometheus server on every server we want to monitor, instead of the current situation, where you have to add every server to the scrape config in Prometheus. It also looks like Alloy could discover Docker containers through labels. That would create the possibility for every app capable of exposing metrics to put its metric endpoint in a label, and Alloy will automatically collect those metrics. No need to publicly expose endpoints anymore if Alloy can scrape everything locally.
Owner

Alloy looks good to me and I'm all for removing moving parts! And if we could collect metrics without exposing them to the world that would be so awesome!!

Alloy looks good to me and I'm all for removing moving parts! And if we could collect metrics without exposing them to the world that would be so awesome!!
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coop-cloud/monitoring-ng#20
No description provided.