You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prometheus 3.0 was released in November 2024. Given that Alloy includes native Prometheus pipelines, it would be good to upgrade it sooner rather than later.
There are breaking changes in the v3 release. If we want to upgrade without making an Alloy v2 release, we should find a way to not incorporate breaking changes.
I believe there have been changes to the remote write specification. We need to take special care that the prometheus.remote_write component works in a backwards compatible way.
We need to incorporate new config arguments. For example an Alloy user noted that match_first_network in docker_sd_config would be useful.
The text was updated successfully, but these errors were encountered:
This issue has not had any activity in the past 30 days, so the needs-attention label has been added to it.
If the opened issue is a bug, check to see if a newer release fixed your issue. If it is no longer relevant, please feel free to close this issue.
The needs-attention label signals to maintainers that something has fallen through the cracks. No action is needed by you; your issue will be kept open and you do not have to respond to this comment. The label will be removed the next time this job runs if there is new activity.
Thank you for your contributions!
The improvements made in prometheus/prometheus#10490 should change how containers with service network mode are handled.
Currently, promtail does not discover containers that are configured with network_mode: "service:xyz" which prevents those containers from having their logs processed.
I believe the changes have already propagated to promtail in Loki v3.2.0
Prometheus 3.0 was released in November 2024. Given that Alloy includes native Prometheus pipelines, it would be good to upgrade it sooner rather than later.
match_first_network
indocker_sd_config
would be useful.The text was updated successfully, but these errors were encountered: