Hello,
I am monitoring my log files by promtail + loki.
In my system, the log files organized like / var/log/{app}/{date}/{task_id}.log
So the log file numbers increased day by day.
There are more than10,000 log files now.
My promtail crashed after running some hours.
runtime/cgo pthread_create failed resource temporarily unavailable
SIGABRT: abort
Is there suggested maximum of the log files that promtail can tailing?
Thanks