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
Right now, if the --storage.path directory is deleted while Alloy is running, any components that make use of it (like prometheus.remote_write for its WAL) cannot gracefully recover and will just report errors about not being able to read/write their segments.
I'm not yet sure if this only applies to remotecfg or to components in the local configuration as well, but it's worth looking into
Steps to reproduce
Run Alloy with a remotecfg that uses a prometheus.remote_write component.
Delete the data-alloy directory
See logs
System information
No response
Software version
No response
Configuration
Logs
The text was updated successfully, but these errors were encountered:
What's wrong?
Right now, if the
--storage.path
directory is deleted while Alloy is running, any components that make use of it (like prometheus.remote_write for its WAL) cannot gracefully recover and will just report errors about not being able to read/write their segments.I'm not yet sure if this only applies to remotecfg or to components in the local configuration as well, but it's worth looking into
Steps to reproduce
data-alloy
directorySystem information
No response
Software version
No response
Configuration
Logs
The text was updated successfully, but these errors were encountered: