Skip to content

Commit c9b624b

Browse files
pwhelanesmerel
andauthored
Update pipeline/inputs/mem-metrics.md
Co-authored-by: Lynette Miles <[email protected]> Signed-off-by: Phillip Whelan <[email protected]>
1 parent 816f19e commit c9b624b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pipeline/inputs/mem-metrics.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
The _mem_metrics_, or memory metrics plugin, generates metrics for memory statistics for processes using the `smaps_rollup` file for each process in /proc. This plugin works exclusively on Linux.
44

5-
# Configuration Parameters
5+
# Configuration parameters
66

77
| **Key*** | Description | Default |
88
| :------------ | :------------------------------------------------- | :----------- |
9-
| proc_path | The path of the proc pseudo filesystem | /proc |
10-
| filter_exec | Filter for a single executable by path | **inactive** |
11-
| filter_cmd | Filter by command line | **inactive** |
12-
| filter_pid | Filter by comma delimited list of PIDs | **inactive** |
13-
| interval_sec | Set the interval seconds between events generation | 5 |
14-
| interval_nsec | Set the nanoseconds interval (sub seconds) | 0 |
9+
| `proc_path` | The path of the proc pseudo filesystem. | `/proc` |
10+
| `filter_exec` | Filter for a single executable by path. | **inactive** |
11+
| `filter_cmd` | Filter by command line. | **inactive** |
12+
| `filter_pid` | Filter by comma delimited list of PIDs. | **inactive** |
13+
| `interval_sec` | Set the interval seconds between events generation. | `5` |
14+
| `interval_nsec` | Set the nanoseconds interval (sub seconds). | `0` |
1515

1616
The `filter_pid` can include or be set to either `0` or `self` to refer to the fluent-bit process itself.
1717

0 commit comments

Comments
 (0)