diff --git a/docs/sources/reference/components/prometheus/prometheus.exporter.windows.md b/docs/sources/reference/components/prometheus/prometheus.exporter.windows.md index 2c14333b22..b5f691adc9 100644 --- a/docs/sources/reference/components/prometheus/prometheus.exporter.windows.md +++ b/docs/sources/reference/components/prometheus/prometheus.exporter.windows.md @@ -194,8 +194,11 @@ Name | Type | Description ----------------------|----------|----------------------------------------------------|------------------------------------------------------|--------- `text_file_directory` | `string` | The directory containing the files to be ingested. | `C:\Program Files\GrafanaLabs\Alloy\textfile_inputs` | no -When `text_file_directory` is set, only files with the extension `.prom` inside the specified directory are read. Each `.prom` file found must end with an empty line feed to work properly. +When `text_file_directory` is set, only files with the extension `.prom` inside the specified directory are read. +{{< admonition type="note" >}} +The `.prom` files must end with an empty line feed for the component to recognize and read them. +{{< /admonition >}} ## Exported fields