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
|`scrape_interval`| The rate, in seconds, at which metrics are collected. |`5`|
24
-
|`path.procfs`| The mount point used to collect process information and metrics. Read-only permissions are enough. |`/proc/`|
25
-
|`process_include_pattern`| Regular expression to determine which names of processes are included in the metrics produced by this plugin. It's applied for all process unless explicitly set. |`.+`|
23
+
|`metrics`| Specify which process level of metrics are collected from the host operating system. Actual values of metrics will be read from `/proc` when needed. `context_switches`, `cpu`, `fd`, `io`, `memory`, `start_time`, `state`, `thread`, and `thread_wchan` metrics depend on `procfs`. |`cpu,io,memory,state,context_switches,fd,start_time,thread_wchan,thread`|
24
+
|`path.procfs`| The mount point used to collect process information and metrics. Read-only permissions are enough. |`/proc`|
26
25
|`process_exclude_pattern`| Regular expression to determine which names of processes are excluded in the metrics produced by this plugin. It's not applied unless explicitly set. |`NULL`|
27
-
|`metrics`| Specify which process level of metrics are collected from the host operating system. Actual values of metrics will be read from `/proc` when needed. `cpu`, `io`, `memory`, `state`, `context_switches`, `fd,``start_time`, `thread_wchan`, and `thread` metrics depend on `procfs`. |`cpu,io,memory,state,context_switches,fd,start_time,thread_wchan,thread`|
26
+
|`process_include_pattern`| Regular expression to determine which names of processes are included in the metrics produced by this plugin. It's applied for all process unless explicitly set. |`.+`|
27
+
|`scrape_interval`| The rate, in seconds, at which metrics are collected. |`5`|
0 commit comments