How to prevent duplicate log lines from file_sd_configs and rename-and-create rotation of config?

When you rename and create a file, promtail will read through the entire file again because the file name is now different, and promtail doesn’t have a record of the file being read.

I think the easiest solution is to just watch for the first file (assuming the file name for the first file stays the same).