Skip to content

Commit

Permalink
Fix incorrect descriptions of regex parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Oct 2, 2023
1 parent d8e0738 commit 6cad96e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline/inputs/process-exporter-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ macOS does not have procfs. Therefore, this plugin won't work for it.
| ------------------------- | -------------------------------------------------------------------------------------- | --------- |
| scrape_interval | The rate at which metrics are collected. | 5 seconds |
| path.procfs | The mount point used to collect process information and metrics. Read-only is enough | /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`. |
| process\_include\_pattern | regex to determine which names of 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 names of processes are excluded in the metrics produced by this plugin | It is not applied unless explicitly set. Default is `NULL`. |

## Getting Started

Expand Down

0 comments on commit 6cad96e

Please sign in to comment.