Skip to content

Commit

Permalink
pipeline: inputs: docker-metrics: add container path config (#1516)
Browse files Browse the repository at this point in the history
Signed-off-by: Haithem Khelif <[email protected]>
  • Loading branch information
hkhelif authored Nov 14, 2024
1 parent 38a826d commit 0eabca9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipeline/inputs/docker-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The plugin supports the following configuration parameters:
| Include | A space-separated list of containers to include | |
| Exclude | A space-separated list of containers to exclude | |
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
| path.containers | Used to specify the container directory if Docker is configured with a custom "data-root" directory. | `/var/lib/docker/containers` |

If you set neither `Include` nor `Exclude`, the plugin will try to get metrics from _all_ the running containers.

Expand Down

0 comments on commit 0eabca9

Please sign in to comment.