Skip to content

Commit

Permalink
Separate sentence to review easily
Browse files Browse the repository at this point in the history
Co-authored-by: Pat <[email protected]>
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 and patrick-stephens authored Oct 2, 2023
1 parent 8acb9aa commit b7d5d54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pipeline/inputs/process-exporter-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ curl http://127.0.0.1:2021/metrics

### Container to Collect Host Metrics

When deploying Fluent Bit in a container you will need to specify additional settings to ensure that Fluent Bit has access to the host operating system. The following docker command deploys Fluent Bit with specific mount path for ptocfs and settings enabled to ensure that Fluent Bit can collect from the host. These are then exposed over port 2021.
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.
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.
These are then exposed over port 2021.

```
docker run -ti -v /proc:/host/proc \
Expand Down

0 comments on commit b7d5d54

Please sign in to comment.