mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-08 05:56:37 +00:00
chore(docs): Add scheduled_task flag examples
Signed-off-by: Ben Reedy <breed808@breed808.com>
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