alloy-prometheus-tunnel.socket stuck failed on demeter after reboot #1424
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I think this happens easily because hypno (the prometheus microvm) runs on demeter, so it's likely that alloy will try to connect to prometheus before the vm is started, causing the unit to fail.
I think the socket unit just needs to be more tolerant of restarting. Maybe all of the tunnel sockets do, tbh.
Actually, looks like I already handled that in general, and this is something more subtle. At some point, the socket is ending up already bound. It's not clear what is using it.