Skip to content

Commit

Permalink
Simplify the description of scrape_interval parameter
Browse files Browse the repository at this point in the history
Co-authored-by: Pat <[email protected]>
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 and patrick-stephens authored Oct 2, 2023
1 parent 312fa29 commit 8acb9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/inputs/process-exporter-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This plugin is only supported on Linux based operating systems.

| Key | Description | Default |
| ------------------------- | -------------------------------------------------------------------------------------- | --------- |
| scrape_interval | The rate at which metrics are collected from the host operating system | 5 seconds |
| scrape_interval | The rate at which metrics are collected. | 5 seconds |
| path.procfs | The mount point used to collect process information and metrics | /proc/ |
| process\_include\_pattern | regex to determine which processes are included in the metrics produced by this plugin | It is applied for all process unless explicitly set. Default is `.+`. |
| process\_exclude\_pattern | regex to determine which units are excluded in the metrics produced by this plugin | It is not applied unless explicitly set. Default is `NULL`. |
Expand Down

0 comments on commit 8acb9aa

Please sign in to comment.