mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-28 07:36:37 +00:00
Merge pull request #1114 from breed808/scheduled_task_example
Add scheduled_task flag examples
This commit is contained in:
@@ -14,10 +14,14 @@ Enabled by default? | No
|
|||||||
|
|
||||||
If given, the path of the task needs to match the whitelist regexp in order for the corresponding metrics to be reported.
|
If given, the path of the task needs to match the whitelist regexp in order for the corresponding metrics to be reported.
|
||||||
|
|
||||||
|
E.G. `--collector.scheduled_task.whitelist="Firefox.*"`
|
||||||
|
|
||||||
### `--collector.scheduled_task.blacklist`
|
### `--collector.scheduled_task.blacklist`
|
||||||
|
|
||||||
If given, the path of the task needs to *not* match the blacklist regexp in order for the corresponding metrics to be reported.
|
If given, the path of the task needs to *not* match the blacklist regexp in order for the corresponding metrics to be reported.
|
||||||
|
|
||||||
|
E.G. `--collector.scheduled_task.blacklist="/Microsoft/.+"`
|
||||||
|
|
||||||
## Metrics
|
## Metrics
|
||||||
|
|
||||||
Name | Description | Type | Labels
|
Name | Description | Type | Labels
|
||||||
|
|||||||
Reference in New Issue
Block a user