You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(process_exporter): add support for recheck-with-time-limit
This CLI flag is useful to prevent process_exporter from putting
processes in the wrong groups if it happens to scan them for the first
time before they change their command line. This can happen for
processes which call exec(3) for example.
The default setting is 0, which leaves the feature disabled. Note that
setting a non-zero value for --recheck-with-time-limit automatically
also sets --recheck so there's no need to set the two CLI flags.
Signed-off-by: François HORTA <[email protected]>
Copy file name to clipboardExpand all lines: roles/process_exporter/meta/argument_specs.yml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,13 @@ argument_specs:
40
40
- "Syntax is the same as in"
41
41
- "L(using-a-config-file Default is consistent with deb/rpm packages,https://github.com/ncabatoff/process-exporter#using-a-config-file Default is consistent with deb/rpm packages)"
0 commit comments