Skip to content

Commit 5087179

Browse files
Fix references to text_file collector and lack ofdns config conversion (#4024) (#4049)
* Fix references to collector * Ensure DNS config is appropriately converted for windows exporter * add changelog * Update docs/sources/reference/components/prometheus/prometheus.exporter.windows.md * Update blurb about text_file/textfile in windows docs * Update docs/sources/reference/components/prometheus/prometheus.exporter.windows.md --------- (cherry picked from commit 12d94d3) Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
1 parent f840217 commit 5087179

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/sources/reference/components/prometheus/prometheus.exporter.windows.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,11 @@ You can use the following blocks with `prometheus.exporter.windows`:
6969
| [`smb`][smb] | Configures the `smb` collector. | no |
7070
| [`smtp`][smtp] | Configures the `smtp` collector. | no |
7171
| [`tcp`][tcp] | Configures the `tcp` collector. | no |
72-
| [`text_file`][text_file] | Configures the `text_file` collector. | no |
73-
| [`update`][update] | Configures the `update` collector. | no |
72+
| [`text_file`][text_file] | Configures the `textfile` collector. | no |
73+
| [`update`][update] | Configures the `update` collector. | no |
74+
75+
The `textfile` collector is currently configured with the `text_file` block.
76+
To be consistent with the `textfile` collector name, the `text_file` block will be deprecated in a future release and replaced with a `textfile` block.
7477

7578
{{< admonition type="note" >}}
7679
Starting with release 1.9.0, the `msmq` block is deprecated.

0 commit comments

Comments
 (0)