Skip to content

Update process.d/conf.yaml: fix the description of exact_match #20393

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion process/datadog_checks/process/data/conf.yaml.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## All options defined here are available to all instances.

Check failure on line 1 in process/datadog_checks/process/data/conf.yaml.example

View workflow job for this annotation

GitHub Actions / run / Validate

File `conf.yaml.example` is not in sync, run "ddev validate config process -s"
#
init_config:

Expand Down Expand Up @@ -72,7 +72,7 @@
# pid_file: <PID_FILE>

## @param exact_match - boolean - optional - default: true
## If you want to match your `search_string` on a substring within the list of process names,
## If you want to match your `search_string` against the exact full process name within the list of process names,
## set this to true. This is equivalent to running `ps -e` on Linux or `Get-Process` on Windows.
##
## If you want to match your `search_string` on a substring within the list of process names
Expand Down
Loading