Skip to content

Commit ebc8704

Browse files
pipeline: inputs: memory-metrics: Add threading info
Signed-off-by: Alexa Kreizinger <alexakreizinger@gmail.com>
1 parent d004368 commit ebc8704

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pipeline/inputs/memory-metrics.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ Fluent Bit v1.x.x
2323
[3] memory: [1488543159, {"Mem.total"=>1016044, "Mem.used"=>841420, "Mem.free"=>174624, "Swap.total"=>2064380, "Swap.used"=>139888, "Swap.free"=>1924492}]
2424
```
2525

26+
## Threading
27+
28+
You can enable the `threaded` setting to run this input in its own
29+
[thread](../../administration/multithreading.md#inputs).
30+
2631
### Configuration File
2732

2833
In your main configuration file append the following _Input_ & _Output_ sections:

0 commit comments

Comments
 (0)