Skip to content

Commit 5964f06

Browse files
committed
docs: in_memory_metrics: Sort metrics table alphabetically
Fixes #2325. Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 77d150b commit 5964f06

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pipeline/inputs/memory-metrics.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ The _Memory_ (`mem`) input plugin gathers memory and swap usage on Linux at a fi
44

55
## Metrics reported
66

7-
| Key | Description | Units |
8-
|:-------------|:-----------------------------------------------------------------------|:------------|
9-
| `Mem.free` | Free or available memory reported by the kernel. | Kilobytes |
10-
| `Mem.total` | Total system memory. | Kilobytes |
11-
| `Mem.used` | Memory in use (`Mem.total` - `Mem.free`). | Kilobytes |
12-
| `Swap.free` | Free swap space. | Kilobytes |
13-
| `Swap.total` | Total system swap. | Kilobytes |
14-
| `Swap.used` | Swap space in use (`Swap.total` - `Swap.free`). | Kilobytes |
15-
| `proc_bytes` | Optional. Resident set size for the configured process (`pid`). | Bytes |
7+
| Key | Description | Units |
8+
|:-------------|:------------------------------------------------------------------------|:------------|
9+
| `Mem.free` | Free or available memory reported by the kernel. | Kilobytes |
10+
| `Mem.total` | Total system memory. | Kilobytes |
11+
| `Mem.used` | Memory in use (`Mem.total` - `Mem.free`). | Kilobytes |
12+
| `proc_bytes` | Optional. Resident set size for the configured process (`pid`). | Bytes |
1613
| `proc_hr` | Optional. Human-readable value of `proc_bytes` (for example, `12.00M`). | Formatted |
14+
| `Swap.free` | Free swap space. | Kilobytes |
15+
| `Swap.total` | Total system swap. | Kilobytes |
16+
| `Swap.used` | Swap space in use (`Swap.total` - `Swap.free`). | Kilobytes |
1717

1818
## Configuration parameters
1919

0 commit comments

Comments
 (0)