Skip to content

Commit

Permalink
prometheus.exporter.windows - Convert sentence to note to make import…
Browse files Browse the repository at this point in the history
…ant 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 <[email protected]>

---------

Co-authored-by: Sam DeHaan <[email protected]>
(cherry picked from commit ac1fae4)
  • Loading branch information
clayton-cornell authored and grafanabot committed Dec 6, 2024
1 parent 17b56bd commit 14e01f3
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 14e01f3

Please sign in to comment.