From 09bc4e9e1b6bbdd77ba5f11fd37fc030a310cd3e Mon Sep 17 00:00:00 2001 From: Ben Reedy Date: Sun, 1 Jan 2023 12:01:35 +1000 Subject: [PATCH] chore(docs): Add scheduled_task flag examples Signed-off-by: Ben Reedy --- docs/collector.scheduled_task.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/collector.scheduled_task.md b/docs/collector.scheduled_task.md index 5c42d7bb..9692ec7f 100644 --- a/docs/collector.scheduled_task.md +++ b/docs/collector.scheduled_task.md @@ -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. +E.G. `--collector.scheduled_task.whitelist="Firefox.*"` + ### `--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. +E.G. `--collector.scheduled_task.blacklist="/Microsoft/.+"` + ## Metrics Name | Description | Type | Labels