There is not a way to do this per-file, as all the files are read in together. Also, note that these tag declarations need to come at the end of the TOML definition.
There is not a way to do this per-file, as all the files are read in together
…got me worried a lil bit…so let me ask this first:
So in case in file b.conf I have also [[inputs.file]] plugin collecting data completely unrelated to what’s in a.conf
Are the tags defined in a.conf being written in the measurement defined in b.conf?