Skip to content

Commit 13e6460

Browse files
in_windows_exporter_metrics: Add document for process metrics (fluent#1182)
* in_windows_exporter_metrics: Add description for parameters of process metrics Signed-off-by: Hiroshi Hatake <[email protected]> * Clarify the sentence. Co-authored-by: Pat <[email protected]> Signed-off-by: Hiroshi Hatake <[email protected]> --------- Signed-off-by: Hiroshi Hatake <[email protected]> Co-authored-by: Pat <[email protected]>
1 parent 2059753 commit 13e6460

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pipeline/inputs/windows-exporter-metrics.md

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ The initial release of Windows Exporter Metrics contains a single collector avai
2424
| we.service.where | Specify the WHERE clause for retrieving service metrics. | `NULL` |
2525
| we.service.include | Specify the key value pairs for the include condition for the WHERE clause of service metrics. | `NULL` |
2626
| 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` |
2729
| 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 |
2830
| 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 |
2931
| 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
3638
| 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 |
3739
| 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 |
3840
| 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 |
3942
| metrics | To specify which metrics are collected from the host operating system. | `"cpu,cpu_info,os,net,logical_disk,cs,thermalzone,logon,system,service"` |
4043

4144
## Collectors available
@@ -58,6 +61,7 @@ The following table describes the available collectors as part of this plugin. A
5861
| service | Exposes service statistics. | Windows | v2.1.6 |
5962
| memory | Exposes memory statistics. | Windows | v2.1.9 |
6063
| paging\_file | Exposes paging\_file statistics. | Windows | v2.1.9 |
64+
| process | Exposes process statistics. | Windows | v2.1.9 |
6165

6266
## Getting Started
6367

0 commit comments

Comments
 (0)