Skip to content

Commit

Permalink
Update pipeline/inputs/windows-exporter-metrics.md
Browse files Browse the repository at this point in the history
Co-authored-by: Pat <[email protected]>
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 and patrick-stephens authored Jun 26, 2023
1 parent 8c2e530 commit 27d38e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/inputs/windows-exporter-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The initial release of Windows Exporter Metrics contains a single collector avai
| we.logical\_disk.deny\_disk\_regex | Specify the regex for logical disk metrics to prevent collection of/ignore. Allow all by default. | `NULL` |
|we.net.allow\_nic\_regex | Specify the regex for network metrics captured by the name of the NIC, by default captures all NICs but to exclude adjust the regex. | "/.+/" |
| we.service.where | Specify the where clause for retrieving service metrics. | `NULL` |
| we.service.include | Specify the key value condition pairs for includeing condition to construct where clause of service metrics. | `NULL` |
| we.service.include | Specify the key value pairs for the include condition for the WHERE clause of service metrics. | `NULL` |
| we.service.exclude | Specify the key value condition pairs for excludeing condition to construct where clause of service metrics. | `NULL` |
| 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 |
| 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 |
Expand Down

0 comments on commit 27d38e8

Please sign in to comment.