Merge pull request #396 from charlesmorin/patch-1

Added a required detail for the .prom file to work properly
This commit is contained in:
Calle Pettersson
2019-09-04 14:46:45 +02:00
committed by GitHub

View File

@@ -12,7 +12,7 @@ Enabled by default? | Yes
### `--collector.textfile.directory`
The directory containing the files to be ingested. Only files with the extension `.prom` are read.
The directory containing the files to be ingested. Only files with the extension `.prom` are read. The `.prom` file must end with an empty line feed to work properly.
Default value: `C:\Program Files\wmi_exporter\textfile_inputs`