Fix procstat plugin README to match sample config (#9553)

This commit is contained in:
Sebastian Spaink 2021-07-28 17:22:37 -05:00 committed by GitHub
parent 8d2b1e8dc1
commit 126825d944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Processes can be selected for monitoring using one of several methods:
# user = "nginx"
## Systemd unit name, supports globs when include_systemd_children is set to true
# systemd_unit = "nginx.service"
# systemd_all = true
# include_systemd_children = false
## CGroup name or path
# cgroup = "systemd/system.slice/nginx.service"