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 suggest reworking this component to use the runner pkg (like the loki.source.docker component) and adding a mechanism for the runners to periodically retry reading the file that they were assigned.
To improve it further, we could use a pool of workers to reduce the number of goroutines
The text was updated successfully, but these errors were encountered:
The current implementation of the loki.source.file has some problems:
I suggest reworking this component to use the runner pkg (like the loki.source.docker component) and adding a mechanism for the runners to periodically retry reading the file that they were assigned.
To improve it further, we could use a pool of workers to reduce the number of goroutines
The text was updated successfully, but these errors were encountered: