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
We have a loki.process component in our setup which for testing we had set to forward_to multiple endpoints as we needed K8s logs to go to multiple places. When one of the loki.write components in this block was unable to send on metrics (because the server it was sending to was temporarily unavailable), we noted that the other components that loki.process was forwarding on to also stopped receiving logs.
Steps to reproduce
Setup alloy to take a Loki source (for example from Kubernetes pod logs, i.e. loki.source.kubernetes)
Have a loki.process component take those logs and forward them on to multiple write end points (a loki.write, and at least one other)
Take down the destination server for one of those write loki.write end points so that the logs fail to deliver
What's wrong?
We have a
loki.process
component in our setup which for testing we had set toforward_to
multiple endpoints as we needed K8s logs to go to multiple places. When one of theloki.write
components in this block was unable to send on metrics (because the server it was sending to was temporarily unavailable), we noted that the other components thatloki.process
was forwarding on to also stopped receiving logs.Steps to reproduce
loki.source.kubernetes
)loki.process
component take those logs and forward them on to multiple write end points (aloki.write
, and at least one other)loki.write
end points so that the logs fail to deliverSystem information
Linux 5.15.0-122
Software version
Grafana Alloy v1.4.2
Configuration
Logs
The text was updated successfully, but these errors were encountered: