Skip to content

Commit 086ef29

Browse files
authored
Small fix in code example for windows exporter metrics plugin doc. (#2009)
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 386c684 commit 086ef29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pipeline/inputs/windows-exporter-metrics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ In the following configuration file, the input plugin `windows_exporter_metrics`
8484
# $ curl http://127.0.0.1:2021/metrics
8585
#
8686
service:
87-
flush: 1
88-
log_level: info
87+
flush: 1
88+
log_level: info
8989

9090
pipeline:
9191
inputs:
@@ -239,4 +239,4 @@ The WMI query will be called with the translated parameter as:
239239

240240
The plugin implements a subset of the available collectors in the original Prometheus Windows Exporter. If you would like a specific collector prioritized, open a GitHub issue by using the following template:
241241

242-
- [`in_windows_exporter_metrics`](https://github.com/fluent/fluent-bit/issues/new?assignees=\&labels=\&template=feature_request.md\&title=in_windows_exporter_metrics:%20add%20ABC%20collector)
242+
- [`in_windows_exporter_metrics`](https://github.com/fluent/fluent-bit/issues/new?assignees=\&labels=\&template=feature_request.md\&title=in_windows_exporter_metrics:%20add%20ABC%20collector)

0 commit comments

Comments
 (0)