You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: docs/sources/reference/components/prometheus/prometheus.exporter.windows.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -69,8 +69,11 @@ You can use the following blocks with `prometheus.exporter.windows`:
69
69
|[`smb`][smb]| Configures the `smb` collector. | no |
70
70
|[`smtp`][smtp]| Configures the `smtp` collector. | no |
71
71
|[`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.
74
77
75
78
{{< admonition type="note" >}}
76
79
Starting with release 1.9.0, the `msmq` block is deprecated.
0 commit comments