diff --git a/plugins/inputs/procstat/README.md b/plugins/inputs/procstat/README.md index 917444638ae8e..0c93868e97df7 100644 --- a/plugins/inputs/procstat/README.md +++ b/plugins/inputs/procstat/README.md @@ -60,14 +60,11 @@ Processes can be selected for monitoring using one of several methods: ## Properties to collect ## Available option "mmap" # properties = ["mmap"] - - ## Method to use when finding process IDs. Can be one of 'pgrep', or ## 'native'. The pgrep finder calls the pgrep executable in the PATH while ## the native finder performs the search directly in a manor dependent on the ## platform. Default is 'pgrep' # pid_finder = "pgrep" - ``` ### Windows support