From 14e01f34eb07559358a509ff64887c2b8e6c3a3c Mon Sep 17 00:00:00 2001 From: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:53:47 -0800 Subject: [PATCH] prometheus.exporter.windows - Convert sentence to note to make important detail stand out (#2220) * Convert sentence to note to make it stand out * Update docs/sources/reference/components/prometheus/prometheus.exporter.windows.md Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> --------- Co-authored-by: Sam DeHaan (cherry picked from commit ac1fae4974500cfcffb0427547b91f9b17788313) --- .../components/prometheus/prometheus.exporter.windows.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/sources/reference/components/prometheus/prometheus.exporter.windows.md b/docs/sources/reference/components/prometheus/prometheus.exporter.windows.md index 9e75737c34..816b15828f 100644 --- a/docs/sources/reference/components/prometheus/prometheus.exporter.windows.md +++ b/docs/sources/reference/components/prometheus/prometheus.exporter.windows.md @@ -245,8 +245,11 @@ By default, `text_file_directory` is set to the `textfile_inputs` directory in t For example, if {{< param "PRODUCT_NAME" >}} is installed in `C:\Program Files\GrafanaLabs\Alloy\`, the default will be `C:\Program Files\GrafanaLabs\Alloy\textfile_inputs`. -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