diff --git a/pipeline/inputs/process-exporter-metrics.md b/pipeline/inputs/process-exporter-metrics.md index 11053fa2b..a38bd3faa 100644 --- a/pipeline/inputs/process-exporter-metrics.md +++ b/pipeline/inputs/process-exporter-metrics.md @@ -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 \