Skip to content

Commit d7cd5c0

Browse files
esmerelcnorris-cs
andauthored
Apply suggestions from code review
Co-authored-by: Craig Norris <[email protected]> Signed-off-by: Lynette Miles <[email protected]>
1 parent 19482bc commit d7cd5c0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pipeline/inputs/windows-exporter-metrics.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
description: A plugin based on Prometheus Windows Exporter to collect system and host level
3-
metrics
2+
description: A plugin based on Prometheus Windows Exporter to collect system and host level metrics
43
---
54

65
# Windows Exporter metrics
@@ -18,7 +17,7 @@ Metrics collected with Windows Exporter metrics flow through a separate pipeline
1817
| `scrape_interval` | The rate at which metrics are collected. | `5 seconds` |
1918
| `we.logical_disk.allow_disk_regex` | Specify the regular expression for logical disk metrics to allow collection of. | `"/.+/"` (all) |
2019
| `we.logical_disk.deny_disk_regex` | Specify the regular expression for logical disk metrics to prevent collection of or ignore. | `NULL` (all) |
21-
| `we.net.allow_nic_regex` | Specify the regular expression for network metrics captured by the name of the NIC | `"/.+/"` (all) |
20+
| `we.net.allow_nic_regex` | Specify the regular expression for network metrics captured by the name of the NIC. | `"/.+/"` (all) |
2221
| `we.service.where` | Specify the `WHERE` clause for retrieving service metrics. | `NULL` |
2322
| `we.service.include` | Specify the key value pairs for the include condition for the `WHERE` clause of service metrics. | `NULL` |
2423
| `we.service.exclude` | Specify the key value pairs for the exclude condition for the `WHERE` clause of service metrics. | `NULL` |
@@ -69,7 +68,7 @@ This input always runs in its own [thread](../../administration/multithreading.m
6968

7069
### Configuration file
7170

72-
In the following configuration file, the input plugin `windows_exporter_metrics` collects `metrics` every 2 seconds and exposes them through the [Prometheus Exporter](../outputs/prometheus-exporter.md) output plugin on HTTP/TCP port `2021`.
71+
In the following configuration file, the input plugin `windows_exporter_metrics` collects `metrics` every two seconds and exposes them through the [Prometheus Exporter](../outputs/prometheus-exporter.md) output plugin on HTTP/TCP port `2021`.
7372

7473
```text
7574
# Node Exporter Metrics + Prometheus Exporter

0 commit comments

Comments
 (0)