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
+4
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ The initial release of Windows Exporter Metrics contains a single collector avai
24
24
| we.service.where | Specify the WHERE clause for retrieving service metrics. |`NULL`|
25
25
| we.service.include | Specify the key value pairs for the include condition for the WHERE clause of service metrics. |`NULL`|
26
26
| we.service.exclude | Specify the key value pairs for the exclude condition for the WHERE clause of service metrics. |`NULL`|
27
+
| we.process.allow\_process\_regex | Specify the regex covering the process metrics to collect. Collect all by default. | "/.+/" |
28
+
| we.process.deny\_process\_regex | Specify the regex for process metrics to prevent collection of/ignore. Allow all by default. |`NULL`|
27
29
| collector.cpu.scrape\_interval | The rate in seconds at which cpu metrics are collected from the host operating system. If a value greater than 0 is used then it overrides the global default otherwise the global default is used. | 0 seconds |
28
30
| collector.net.scrape\_interval | The rate in seconds at which net metrics are collected from the host operating system. If a value greater than 0 is used then it overrides the global default otherwise the global default is used. | 0 seconds |
29
31
| collector.logical_disk.scrape\_interval | The rate in seconds at which logical\_disk metrics are collected from the host operating system. If a value greater than 0 is used then it overrides the global default otherwise the global default is used. | 0 seconds |
@@ -36,6 +38,7 @@ The initial release of Windows Exporter Metrics contains a single collector avai
36
38
| collector.service.scrape\_interval | The rate in seconds at which service metrics are collected from the host operating system. If a value greater than 0 is used then it overrides the global default otherwise the global default is used. | 0 seconds |
37
39
| collector.memory.scrape\_interval | The rate in seconds at which memory metrics are collected from the host operating system. If a value greater than 0 is used then it overrides the global default otherwise the global default is used. | 0 seconds |
38
40
| collector.paging_file.scrape\_interval | The rate in seconds at which paging_file metrics are collected from the host operating system. If a value greater than 0 is used then it overrides the global default otherwise the global default is used. | 0 seconds |
41
+
| collector.process.scrape\_interval | The rate in seconds at which process metrics are collected from the host operating system. If a value greater than 0 is used then it overrides the global default otherwise the global default is used. | 0 seconds |
39
42
| metrics | To specify which metrics are collected from the host operating system. |`"cpu,cpu_info,os,net,logical_disk,cs,thermalzone,logon,system,service"`|
40
43
41
44
## Collectors available
@@ -58,6 +61,7 @@ The following table describes the available collectors as part of this plugin. A
58
61
| service | Exposes service statistics. | Windows | v2.1.6 |
0 commit comments