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
Copy file name to clipboardExpand all lines: pipeline/inputs/windows-exporter-metrics.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
---
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
4
3
---
5
4
6
5
# Windows Exporter metrics
@@ -18,7 +17,7 @@ Metrics collected with Windows Exporter metrics flow through a separate pipeline
18
17
|`scrape_interval`| The rate at which metrics are collected. |`5 seconds`|
19
18
|`we.logical_disk.allow_disk_regex`| Specify the regular expression for logical disk metrics to allow collection of. |`"/.+/"` (all) |
20
19
|`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) |
22
21
|`we.service.where`| Specify the `WHERE` clause for retrieving service metrics. |`NULL`|
23
22
|`we.service.include`| Specify the key value pairs for the include condition for the `WHERE` clause of service metrics. |`NULL`|
24
23
|`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
69
68
70
69
### Configuration file
71
70
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`.
0 commit comments