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
I have a simple 2 containers setup. The first one is Alloy called grafana-alloy and the 2nd is one my application called daemon.
Alloy is configured with docker discovery and loki receiver. Everything work fine until I docker restart daemon. Logs are not send anymore until I docker restart grafana-alloy.
Thanks for reporting this bug! I found out that there is already an issue for this bug so I'm gonna close this ticket and continue the investigation in the other ticket: #278
What's wrong?
Hi,
I have a simple 2 containers setup. The first one is Alloy called
grafana-alloy
and the 2nd is one my application calleddaemon
.Alloy is configured with docker discovery and loki receiver. Everything work fine until I
docker restart daemon
. Logs are not send anymore until Idocker restart grafana-alloy
.Steps to reproduce
I start Alloy with this command:
And just do a
docker restart daemon
which is a simple go app in a container.In the log we can see the log collection stopped and when I restart alloy the
process loop
starting again.System information
Ubuntu 22.04.3 LTS arm64
Software version
Grafana Alloy 1.0.0 docker 25.0.4
Configuration
Logs
The text was updated successfully, but these errors were encountered: