Package: prometheus-process-exporter Version: 0.4.0+ds-1 Severity: normal Tags: patch
Hi! Attached a patch to update the default file to the latest options supported by the daemon and to clean and unify its formatting. Thanks, Guillem
diff --git i/debian/default w/debian/default index 0308b82..c9793fa 100644 --- i/debian/default +++ w/debian/default @@ -2,25 +2,25 @@ ARGS="" # Prometheus-process-exporter supports the following options: # -children -# if a proc is tracked, track with it any children that aren't part of their own group -# (default true) +# If a proc is tracked, track with it any children that aren't part of their +# own group. (default true) # -config.path string -# path to YAML config file +# Path to YAML config file. # -debug -# log debugging information to stdout -# -man -# print manual +# Log debugging information to stdout. # -namemapping string -# comma-separated list, alternating process name and capturing regex to apply to cmdline +# Comma-seperated list, alternating process name and capturing regex to +# apply to cmdline. # -once-to-stdout-delay duration -# Don't bind, just wait this much time, print the metrics once to stdout, and exit +# Don't bind, just wait this much time, print the metrics once to stdout, +# and exit. # -procfs string -# path to read proc data from (default "/proc") +# Path to read proc data from. (default "/proc") # -procnames string -# comma-separated list of process names to monitor +# Comma-seperated list of process names to monitor. # -recheck -# recheck process names on each scrape +# Recheck process names on each scrape. # -web.listen-address string -# Address on which to expose metrics and web interface. (default ":9256") +# Address on which to expose metrics and web interface. (default ":9256") # -web.telemetry-path string -# Path under which to expose metrics. (default "/metrics") +# Path under which to expose metrics. (default "/metrics")