Skip to content

Commit aba7967

Browse files
pipeline: inputs: process-exporter-metrics: Add threading info
Signed-off-by: Alexa Kreizinger <alexakreizinger@gmail.com>
1 parent 36b3d8c commit aba7967

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pipeline/inputs/process-exporter-metrics.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ macOS does not have the `proc` filesystem so this plugin will not work for it.
4242
| thread\_wchan | Exposes thread\_wchan from `/proc`. |
4343
| thread | Exposes thread statistics from `/proc`. |
4444

45+
## Threading
46+
47+
This input always runs in its own [thread](../../administration/multithreading.md#inputs).
48+
4549
## Getting Started
4650

4751
### Simple Configuration File
@@ -83,7 +87,7 @@ curl http://127.0.0.1:2021/metrics
8387
### Container to Collect Host Metrics
8488

8589
When deploying Fluent Bit in a container you will need to specify additional settings to ensure that Fluent Bit has access to the process details.
86-
The following `docker` command deploys Fluent Bit with a specific mount path for `procfs` and settings enabled to ensure that Fluent Bit can collect from the host.
90+
The following `docker` command deploys Fluent Bit with a specific mount path for `procfs` and settings enabled to ensure that Fluent Bit can collect from the host.
8791
These are then exposed over port 2021.
8892

8993
```

0 commit comments

Comments
 (0)